|
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:
422 bytes
|
| Line | |
|---|
| 1 | OBJECT = readseq.o ureadseq.o |
|---|
| 2 | |
|---|
| 3 | .SUFFIXES: .o .c .cxx |
|---|
| 4 | |
|---|
| 5 | all: $(ARBHOME)/bin/arb_readseq |
|---|
| 6 | |
|---|
| 7 | $(ARBHOME)/bin/arb_readseq: $(OBJECT) |
|---|
| 8 | $(ACC) $(cflags) -o $@ $(OBJECT) |
|---|
| 9 | |
|---|
| 10 | .c.o: |
|---|
| 11 | $(ACC) $(cflags) -c $< $(AINCLUDES) |
|---|
| 12 | |
|---|
| 13 | depend: |
|---|
| 14 | $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECT:.o=.c*) |
|---|
| 15 | |
|---|
| 16 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 17 | |
|---|
| 18 | readseq.o: |
|---|
| 19 | readseq.o: |
|---|
| 20 | readseq.o: ureadseq.h |
|---|
| 21 | ureadseq.o: |
|---|
| 22 | ureadseq.o: |
|---|
| 23 | ureadseq.o: ureadseq.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.