Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8195 | Rev 8219 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | rpath= |
11 | rpath= |
12 | libtype=static |
12 | libtype=static |
13 | lopt=-L../../lib -lwims -lm $(rpath) |
13 | lopt=-L../../lib -lwims -lm $(rpath) |
14 | oefO=oeflines.o compare.o outexec.o process.o sp.o oef2wims.o |
14 | oefO=oeflines.o compare.o outexec.o process.o sp.o oef2wims.o |
15 | msgO=msglines.o compare.o def.o doc.o sp.o msg2wims.o |
15 | msgO=msglines.o compare.o def.o doc.o sp.o msg2wims.o |
16 | - | ||
- | 16 | H=../Lib/libwims.h ../config.h ../includes.h ../wimsdef.h |
|
17 | all: oef2wims msg2wims |
17 | all: oef2wims msg2wims |
18 | 18 | ||
19 | %.o: %.c |
19 | %.o: %.c *.h $(H) |
20 | $(cc) -o $@ $(cflags) $(defines) -c $< |
20 | $(cc) -o $@ $(cflags) $(defines) -c $< |
21 | 21 | ||
22 | clean: |
22 | clean: |
23 | rm -f oef2wims msg2wims *.o 2>/dev/null |
23 | rm -f oef2wims msg2wims *.o 2>/dev/null |
24 | 24 |