source: tags/initial/ALEIO/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 917 bytes
Line 
1LIB = -L../LIBLINK -lARBDO $(SYSLIBS)
2
3OBJECT = io_arbdb.o getopt.o getopt1.o xmalloc.o lenstring.o careful.o
4
5.SUFFIXES: .o .c .cxx
6
7all: $(ARBHOME)/bin/arb_aleio
8
9$(ARBHOME)/bin/arb_aleio:  $(OBJECT)
10        $(ACC) $(cflags) -o $@ $(OBJECT)  $(LIB)
11
12.c.o:
13        $(ACC) $(cflags) -c $< $(AINCLUDES)
14
15depend:
16        $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECT:.o=.c*)
17
18# DO NOT DELETE THIS LINE -- make depend depends on it.
19
20io_arbdb.o: 
21io_arbdb.o: 
22io_arbdb.o: $(ARBHOME)/INCLUDE/arbdb.h
23io_arbdb.o: $(ARBHOME)/INCLUDE/ad_prot.h
24io_arbdb.o: $(ARBHOME)/INCLUDE/arbdbt.h
25io_arbdb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h ring.h getopt.h
26io_arbdb.o: xmalloc.h
27io_arbdb.o:  lenstring.h hash.h
28io_arbdb.o: careful.h
29getopt.o: 
30getopt.o: 
31getopt.o: getopt.h
32getopt1.o: getopt.h
33xmalloc.o: 
34xmalloc.o: 
35xmalloc.o:  xmalloc.h
36lenstring.o: 
37lenstring.o: 
38lenstring.o: 
39lenstring.o: lenstring.h xmalloc.h
40careful.o: 
41careful.o: 
42careful.o: 
Note: See TracBrowser for help on using the repository browser.