Files
harbour-core/src/compiler/Makefile
Przemysław Czerpak 96ca3fe470 2014-01-21 20:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* Makefile
  * config/*
  * contrib/*
  * doc/*
  * extras/*
  * include/*
  * lib/*
  * package/*
  * src/*
  * tests/*
  * utils/*
    * removed empty lines left after removed '$' + 'Id' + '$' identifiers
2014-01-21 20:41:05 +01:00

43 lines
621 B
Makefile

ROOT := ../../
#YACC_FLAGS := -p hb_comp
YACC_SOURCE := harbour.y
YACC_DEPEND := complex.c
YACC_HEADERS := \
hbcomp.h \
hbcompdf.h \
hbsetup.h \
hbpcode.h \
hbdefs.h \
hberrors.h \
hbpp.h \
C_SOURCES := \
cmdcheck.c \
compi18n.c \
complex.c \
expropta.c \
exproptb.c \
genc.c \
gencc.c \
genhrb.c \
hbcmplib.c \
hbcomp.c \
hbdbginf.c \
hbdead.c \
hbfix.c \
hbfunchk.c \
hbgenerr.c \
hbident.c \
hblbl.c \
hbmain.c \
hbopt.c \
hbpcode.c \
hbstripl.c \
hbusage.c \
ppcomp.c \
LIBNAME := hbcplr
include $(TOP)$(ROOT)config/lib.mk