Changeset 1062
- Timestamp:
- Jun 18, 2004, 1:37:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r986 r1062 12 12 psImageStats.o \ 13 13 psMatrix.o \ 14 psMatrixVectorArithmetic.o \ 14 15 psFFT.o \ 15 16 psImageIO.o … … 17 18 all: $(TARGET_STATIC) 18 19 19 %.o: %.c20 %.o: %.c 20 21 @echo " Compiling $<. " 21 22 $(CC) $(CFLAGS) -c $< -o $@ 22 23 23 libpslib.a: $(SRC_OBJS)24 libpslib.a: $(SRC_OBJS) 24 25 # The ar option -r is to add/replace object and -s is to create 25 26 # a symbol table in the archive … … 27 28 28 29 # Define PHONY target "install" which will install necessary files 29 install: $(TARGET_STATIC) 30 install: $(TARGET_STATIC) 30 31 install *.h $(includedir) 31 32 32 33 # Define PHONY target "distclean" which will cleanup the distribution 33 distclean: clean34 distclean: clean 34 35 $(RM) ../$(TARGET_STATIC) 35 36
Note:
See TracChangeset
for help on using the changeset viewer.
