|
Last change
on this file was
2,
checked in by oldcode, 25 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
|---|
| 2 | |
|---|
| 3 | .SUFFIXES: .o .c |
|---|
| 4 | OBJECTS = aisc.o aisc_commands.o aisc_var_ref.o aisc_mix.o |
|---|
| 5 | |
|---|
| 6 | $(MAIN): aisc |
|---|
| 7 | |
|---|
| 8 | aisc: $(OBJECTS) |
|---|
| 9 | $(CPP) $(cflags) -o $@ $(OBJECTS) |
|---|
| 10 | |
|---|
| 11 | .c.o: |
|---|
| 12 | $(CPP) $(cflags) -c $< $(AINCLUDES) |
|---|
| 13 | |
|---|
| 14 | depend: |
|---|
| 15 | $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECTS:.o=.c) |
|---|
| 16 | |
|---|
| 17 | clean: |
|---|
| 18 | rm -f *.[ao] |
|---|
| 19 | rm -f $(OBJECTS:.o=) |
|---|
| 20 | rm -f *% |
|---|
| 21 | rm -f core |
|---|
| 22 | mv doc/doc.pub . |
|---|
| 23 | rm -f doc/* |
|---|
| 24 | mv doc.pub doc |
|---|
| 25 | proto: |
|---|
| 26 | rm -f aisc_proto.h |
|---|
| 27 | ../AISC_MKPTPS/aisc_mkpt -C *.c >aisc_proto.h |
|---|
| 28 | |
|---|
| 29 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 30 | |
|---|
| 31 | aisc.o: |
|---|
| 32 | aisc.o: |
|---|
| 33 | aisc.o: |
|---|
| 34 | aisc.o: |
|---|
| 35 | aisc.o: |
|---|
| 36 | aisc.o: |
|---|
| 37 | aisc.o: aisc.h aisc_proto.h |
|---|
| 38 | aisc_commands.o: |
|---|
| 39 | aisc_commands.o: |
|---|
| 40 | aisc_commands.o: |
|---|
| 41 | aisc_commands.o: |
|---|
| 42 | aisc_commands.o: |
|---|
| 43 | aisc_commands.o: |
|---|
| 44 | aisc_commands.o: |
|---|
| 45 | aisc_commands.o: aisc.h |
|---|
| 46 | aisc_commands.o: aisc_proto.h |
|---|
| 47 | aisc_var_ref.o: |
|---|
| 48 | aisc_var_ref.o: |
|---|
| 49 | aisc_var_ref.o: |
|---|
| 50 | aisc_var_ref.o: |
|---|
| 51 | aisc_var_ref.o: |
|---|
| 52 | aisc_var_ref.o: |
|---|
| 53 | aisc_var_ref.o: aisc.h aisc_proto.h |
|---|
| 54 | aisc_mix.o: |
|---|
| 55 | aisc_mix.o: |
|---|
| 56 | aisc_mix.o: |
|---|
| 57 | aisc_mix.o: |
|---|
| 58 | aisc_mix.o: |
|---|
| 59 | aisc_mix.o: |
|---|
| 60 | aisc_mix.o: aisc.h aisc_proto.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.