source: tags/initial/DBSERVER/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: 530 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .c .cxx
3OBJECTS = db_server.o
4
5$(MAIN): $(OBJECTS)
6        $(AR) $(MAIN) $(OBJECTS)
7$(OBJECTS): $(LOCALS) $(ARBDBH) $(SERVERCNTRLH)
8
9depend:
10        $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECTS:.o=.cxx)
11
12.cxx.o: 
13        $(CPP) $(cflags) -c $< $(CPPINCLUDES)
14
15# DO NOT DELETE THIS LINE -- make depend depends on it.
16
17db_server.o: 
18db_server.o: 
19db_server.o: $(ARBHOME)/INCLUDE/arbdb.h
20db_server.o: $(ARBHOME)/INCLUDE/ad_prot.h
21db_server.o: $(ARBHOME)/INCLUDE/servercntrl.h
Note: See TracBrowser for help on using the repository browser.