Files
harbour-core/harbour/contrib/examples/pp/Makefile
Viktor Szakats 73b29af522 2008-06-05 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
- contrib/examples/pp/hbpp.c
   + contrib/examples/pp/pp.c
   * contrib/examples/pp/bld_b32.bat
   * contrib/examples/pp/Makefile
     * hbpp.c -> pp.c to generate pp.exe using GNU make files.

   * contrib/examples/pp/bld_b32.bat
     % Removed unnecessary libs.
2008-06-05 20:06:24 +00:00

19 lines
166 B
Makefile

#
# $Id$
#
ROOT = ../../../
C_SOURCES=\
hbppcore.c \
hbppcomp.c \
hbpptbl.c \
hbpragma.c \
C_MAIN=pp.c
LIBS=\
hbcommon \
include $(TOP)$(ROOT)config/bin.cf