|
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.3 KB
|
| Line | |
|---|
| 1 | .SUFFIXES: .o .c .cxx |
|---|
| 2 | |
|---|
| 3 | OBJECT = CAP2.o Restriction.o Zuk_to_gen.o count.o findall.o lsadt.o \ |
|---|
| 4 | sho_helix.o varpos.o |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | all: $(OBJECT:%.o=../../bin/%) |
|---|
| 8 | |
|---|
| 9 | ../../bin/%: %.c |
|---|
| 10 | $(ACC) $(cflags) -o $@ $< $(AINCLUDES) $(LIB) -lm |
|---|
| 11 | |
|---|
| 12 | depend: |
|---|
| 13 | makedepend -o '' -p ../../bin/ $(MAKEDEPENDINC) $(OBJECT:.o=.c*) |
|---|
| 14 | |
|---|
| 15 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 16 | |
|---|
| 17 | ../../bin/CAP2: |
|---|
| 18 | ../../bin/Restriction: Flatio.c |
|---|
| 19 | ../../bin/Restriction: |
|---|
| 20 | ../../bin/Restriction: |
|---|
| 21 | ../../bin/Restriction: |
|---|
| 22 | ../../bin/Restriction: |
|---|
| 23 | ../../bin/Restriction: |
|---|
| 24 | ../../bin/Restriction: |
|---|
| 25 | ../../bin/Zuk_to_gen: |
|---|
| 26 | ../../bin/count: Flatio.c |
|---|
| 27 | ../../bin/count: |
|---|
| 28 | ../../bin/count: |
|---|
| 29 | ../../bin/count: |
|---|
| 30 | ../../bin/count: |
|---|
| 31 | ../../bin/count: |
|---|
| 32 | ../../bin/count: |
|---|
| 33 | ../../bin/findall: Flatio.c |
|---|
| 34 | ../../bin/findall: |
|---|
| 35 | ../../bin/findall: |
|---|
| 36 | ../../bin/findall: |
|---|
| 37 | ../../bin/findall: |
|---|
| 38 | ../../bin/findall: |
|---|
| 39 | ../../bin/findall: |
|---|
| 40 | ../../bin/lsadt: |
|---|
| 41 | ../../bin/lsadt: |
|---|
| 42 | ../../bin/lsadt: |
|---|
| 43 | ../../bin/lsadt: |
|---|
| 44 | ../../bin/lsadt: |
|---|
| 45 | ../../bin/lsadt: |
|---|
| 46 | ../../bin/lsadt: |
|---|
| 47 | ../../bin/lsadt: |
|---|
| 48 | ../../bin/sho_helix: Flatio.c |
|---|
| 49 | ../../bin/sho_helix: |
|---|
| 50 | ../../bin/sho_helix: |
|---|
| 51 | ../../bin/sho_helix: |
|---|
| 52 | ../../bin/sho_helix: |
|---|
| 53 | ../../bin/sho_helix: |
|---|
| 54 | ../../bin/sho_helix: |
|---|
| 55 | ../../bin/varpos: Flatio.c |
|---|
| 56 | ../../bin/varpos: |
|---|
| 57 | ../../bin/varpos: |
|---|
| 58 | ../../bin/varpos: |
|---|
| 59 | ../../bin/varpos: |
|---|
| 60 | ../../bin/varpos: |
|---|
| 61 | ../../bin/varpos: |
|---|
Note: See
TracBrowser
for help on using the repository browser.