Changeset 33 for pjproject/main/pjlib-util/build
- Timestamp:
- Nov 8, 2005 11:55:27 AM (19 years ago)
- Location:
- pjproject/main/pjlib-util/build
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib-util/build
- Property svn:ignore
-
old new 1 1 .pjlib* 2 *.ncb 3 *.opt 4 *.lpg 5 *.suo 6 *.bsc
-
- Property svn:ignore
-
pjproject/main/pjlib-util/build/Makefile
r32 r33 1 # 2 # Include host/target/compiler selection. 3 # This will export CC_NAME, MACHINE_NAME, OS_NAME, and HOST_NAME variables. 4 # 5 include ../../build.mak 6 7 # 8 # Include global compiler specific definitions 9 # 10 include ../../build/cc-$(CC_NAME).mak 11 12 # 13 # (Optionally) Include compiler specific configuration that is 14 # specific to this project. This configuration file is 15 # located in this directory. 16 # 17 -include cc-$(CC_NAME).mak 18 19 # 20 # Include global machine specific definitions 21 # 22 include ../../build/m-$(MACHINE_NAME).mak 23 -include m-$(MACHINE_NAME).mak 24 25 # 26 # Include target OS specific definitions 27 # 28 include ../../build/os-$(OS_NAME).mak 29 30 # 31 # (Optionally) Include target OS specific configuration that is 32 # specific to this project. This configuration file is 33 # located in this directory. 34 # 35 -include os-$(OS_NAME).mak 36 37 # 38 # Include host specific definitions 39 # 40 include ../../build/host-$(HOST_NAME).mak 41 42 # 43 # (Optionally) Include host specific configuration that is 44 # specific to this project. This configuration file is 45 # located in this directory. 46 # 47 -include host-$(HOST_NAME).mak 48 49 # 50 # Include global user configuration, if any 51 # 52 -include ../../user.mak 53 1 include ../../build/common.mak 54 2 55 3 RULES_MAK := ../../build/rules.mak
Note: See TracChangeset
for help on using the changeset viewer.