Changeset 21085 for trunk/magic/remove/src/Makefile.simple
- Timestamp:
- Jan 4, 2009, 12:32:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/Makefile.simple (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Makefile.simple
r20844 r21085 16 16 Line.o 17 17 18 REPLACE_OBJECTS= \18 REPLACE_OBJECTS= \ 19 19 ${COMMON_OBJECTS} \ 20 20 streaksreplace.o 21 21 22 COMPARE_OBJECTS= \22 COMPARE_OBJECTS= \ 23 23 ${COMMON_OBJECTS} \ 24 24 streakscompare.o 25 25 26 RELEASE_OBJECTS= \ 27 ${COMMON_OBJECTS} \ 28 streaksrelease.o 29 26 30 STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1 27 31 OPTFLAGS= -g 32 #CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS} 28 33 CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} 29 34 LDFLAGS=`psmodules-config --libs` 30 35 31 PROGRAMS= streaksremove streaksreplace streakscompare 36 PROGRAMS= streaksremove streaksreplace streakscompare streaksrelease 32 37 33 38 all: ${PROGRAMS} … … 39 44 streakscompare: ${COMPARE_OBJECTS} 40 45 46 streaksrelease: ${RELEASE_OBJECTS} 47 41 48 install: ${PROGRAMS} 42 49 install -t $(PSCONFDIR)/$(PSCONFIG)/bin streaksremove 43 50 install -t $(PSCONFDIR)/$(PSCONFIG)/bin streaksreplace 44 51 install -t $(PSCONFDIR)/$(PSCONFIG)/bin streakscompare 52 install -t $(PSCONFDIR)/$(PSCONFIG)/bin streaksrelease 45 53 46 54 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
