Changeset 228
- Timestamp:
- Mar 12, 2004, 3:10:21 PM (22 years ago)
- Location:
- trunk/archive/pslib/src
- Files:
-
- 3 edited
-
Makefile (modified) (2 diffs)
-
Metadata/Makefile (modified) (1 diff)
-
Utils/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Makefile
r200 r228 14 14 done 15 15 # 16 .PHONY : _tags17 tags : _tags18 etags `find . -name \*.[ch] -print`19 #20 16 # `Our' .h files 21 17 # … … 23 19 24 20 check : 25 ../Utilities/bin/check-namespace `find Utils Metadata .. /PSLib-name *.[ao] -print` \21 ../Utilities/bin/check-namespace `find Utils Metadata .. -name *.[ao] -print` \ 26 22 `find . -name \*.h -print` \ 27 23 `echo $(HFILES) | perl -pe 's:(^| ): ../PSLib/include/:g;'` -
trunk/archive/pslib/src/Metadata/Makefile
r199 r228 3 3 CFLAGS = -Wall -g $(INCLUDES) 4 4 5 PSLIB_DIR = ../../ PSLib5 PSLIB_DIR = ../../ 6 6 UTILS_DIR = ../Utils 7 7 -
trunk/archive/pslib/src/Utils/Makefile
r201 r228 2 2 CFLAGS = -Wall -g -I$(PSLIB_DIR)/include 3 3 4 PSLIB_DIR = ../.. /PSLib4 PSLIB_DIR = ../.. 5 5 6 6 libUtils.a : array.o dlist.o hash.o logmsg.o memory.o misc.o trace.o
Note:
See TracChangeset
for help on using the changeset viewer.
