home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / freedraft.tar.gz / freedraft.tar / FREEdraft-050298 / Makefile.in < prev    next >
Makefile  |  1998-04-30  |  2KB  |  47 lines

  1. # Makefile environment 
  2.  
  3. # Copyright (C) 1997  Cliff Johnson                                       #
  4. #                                                                         #
  5. # This program is free software; you can redistribute it and/or           #
  6. # modify it under the terms of the GNU  General Public                    #
  7. # License as published by the Free Software Foundation; either            #
  8. # version 2 of the License, or (at your option) any later version.        #
  9. #                                                                         #
  10. # This software is distributed in the hope that it will be useful,        #
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of          #
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
  13. # General Public License for more details.                                #
  14. #                                                                         #
  15. # You should have received a copy of the GNU General Public License       #
  16. # along with this software (see COPYING.LIB); if not, write to the        #
  17. # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #
  18.  
  19. CXX = eg++
  20. #HOMEV  = /home/CRJ/cliff/DEV/v
  21. VINC = /usr/local/include/V
  22.  
  23. COMMAND=$(FREEROOT)/COMMAND
  24. CORE=$(FREEROOT)/CORE
  25. DATAENGINE=$(FREEROOT)/DATAENGINE
  26. DRAWABLES=$(FREEROOT)/DRAWABLES
  27. GEOMLIB2D=$(FREEROOT)/GEOMLIB2D
  28. VIEWPORT=$(FREEROOT)/VIEWPORT
  29. HACKV=$(FREEROOT)/HACKV
  30.  
  31. LOCALINC= \
  32. -I$(COMMAND) \
  33. -I$(COMMAND)/NOMENU \
  34. -I$(COMMAND)/GEOMMENU \
  35. -I$(COMMAND)/SAVERECALLMENU \
  36. -I$(COMMAND)/MEASUREMENTMENU \
  37. -I$(CORE) \
  38. -I$(DATAENGINE)\
  39. -I$(DRAWABLES) \
  40. -I$(GEOMLIB2D) \
  41. -I$(VIEWPORT) \
  42. -I$(HACKV) \
  43. -I/usr/local/include/v
  44.  
  45. #CFLAGS = $(LOCALINC) -g -Wall -fsjlj-exceptions
  46. CFLAGS = $(LOCALINC) -g -Wall 
  47.