* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
43 lines
621 B
Makefile
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
|