- source
+ src
* src/Makefile
* src/dynlib/mt/Makefile
* src/dynlib/Makefile
* INSTALL
* Makefile
* ChangeLog
* harbour.spec
* mpkg_tgz.sh
* Renamed 'source' dir to 'src' to move closer to other FOSS
projects. It's also easier to type, plus it has the side
effect that some cmdlines will be shorter in the
build process.
20 lines
225 B
Makefile
20 lines
225 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
vpath %.c ../
|
|
|
|
C_SOURCES := \
|
|
maindllp.c \
|
|
|
|
LIBNAME := hbmaindllp
|
|
|
|
# always export symbols
|
|
HB_CFLAGS += -DHB_DYNLIB
|
|
|
|
include $(TOP)$(ROOT)config/lib.mk
|