Changeset f7b30b9
- Timestamp:
- 06/05/09 00:52:29 (15 years ago)
- Branches:
- master
- Children:
- 63a5739
- Parents:
- 8338227
- git-author:
- Mateusz Hromada <ruanda@…> (06/05/09 00:52:29)
- git-committer:
- Mateusz Hromada <ruanda@…> (06/05/09 00:52:29)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/output/Makefile
rc08f3b1 rf7b30b9 51 51 .PHONY: all 52 52 all: \$(PROGRAMS) 53 echo all54 53 #make -C app compile 55 54 -
auto/output/config_h
rc08f3b1 rf7b30b9 5 5 #define CONFIG_H 6 6 7 #define PROJECT_NAME "$PROJECT_NAME" 8 #define PROJECT_VERSION "$PROJECT_VERSION" 9 #define PROJECT_PAGE "$PROJECT_PAGE" 10 #define PROJECT_MAIL "$PROJECT_MAIL" 7 #define PROJECT_NAME "$PROJECT_NAME" 8 #define PROJECT_FULLNAME "$PROJECT_FULLNAME" 9 #define PROJECT_COPYRIGHT "$PROJECT_COPYRIGHT" 10 #define PROJECT_VERSION "$PROJECT_VERSION" 11 #define PROJECT_PAGE "$PROJECT_PAGE" 12 #define PROJECT_MAIL "$PROJECT_MAIL" 11 13 12 14 #endif /* CONFIG_H */ -
configure
rc08f3b1 rf7b30b9 13 13 fi 14 14 15 if [ ! -d ./src ]; then 16 mkdir ./src 17 fi 18 15 19 . ./auto/output/config_h 16 20 . ./auto/output/Makefile
Note: See TracChangeset
for help on using the changeset viewer.