source: tags/initial/AWDEMO/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: 569 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .cxx
3CPP_OBJECTS = demo.o
4$(MAIN): $(CPP_OBJECTS)
5        $(AR) $(MAIN) $(CPP_OBJECTS)
6.cxx.o: 
7        $(CPP) $(cflags) -c $<  $(CPPINCLUDES)
8depend:
9        $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx)
10# DO NOT DELETE THIS LINE -- make depend depends on it.
11
12demo.o: 
13demo.o: 
14demo.o: $(ARBHOME)/INCLUDE/aw_root.hxx
15demo.o: $(ARBHOME)/INCLUDE/aw_device.hxx
16demo.o: $(ARBHOME)/INCLUDE/aw_window.hxx
17demo.o: $(ARBHOME)/INCLUDE/aw_preset.hxx demo.hxx
18demo.o: 
19demo.o: 
20demo.o: 
21demo.o: 
22demo.o:   
Note: See TracBrowser for help on using the repository browser.