Clean up Borland C++ makefiles and add (lousy) documentation
[fw/sdcc] / support / cpp / Makefile.bcc
1 # Generated automatically from Makefile.in by configure.
2 #
3 #
4 #
5
6 VERSION         = 2.2.0
7 VERSIONHI       = 2
8 VERSIONLO       = 2
9 VERSIONP        = 0
10
11 PRJDIR          = ../..
12
13 srcdir          = .
14 prefix          = /cygnus/cygwin-b20/kvigor/
15 exec_prefix     = ${prefix}
16 bindir          = ${exec_prefix}/bin
17 libdir          = ${exec_prefix}/lib
18 datadir         = ${prefix}/share
19 includedir      = ${prefix}/include
20 mandir          = ${prefix}/man
21 man1dir         = $(mandir)/man1
22 man2dir         = $(mandir)/man2
23 infodir         = ${prefix}/info
24
25 STD_INC         = @sdcc_include_dir@
26 !include ..\..\bcc.inc
27 CFLAGS  = -I. -I$(PRJDIR) -D_FORASXXXX_
28 M_OR_MM         = -MM
29 LDFLAGS         = 
30
31 OBJECTS         = cppalloc.obj cpperror.obj cppexp.obj cpphash.obj cpplib.obj cppmain.obj
32
33 TARGET          = $(PRJDIR)\bin\sdcpp.exe
34
35
36 # Compiling entire program or any subproject
37 # ------------------------------------------
38 all: $(TARGET)
39
40 $(TARGET): $(OBJECTS)
41         bcc32 -e$(TARGET) $(OBJECTS)
42
43 !include Makefile.dep
44
45
46 # End of cpp/Makefile