8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
firebird-mirror/generated/msgs/makefile
2002-02-26 13:48:58 +00:00

43 lines
746 B
Makefile

REL_SRC_DIR=../../src/msgs
.SUFFIXES : .e .epp
!IF "$(OS)" == "Windows_NT"
# NOTE - This should probably also be the path taken for other
# Win32 operating systems, like Win9x/Me.
# NOTE - If you enter an absolute path to gpre.exe, it MUST use
# MS-DOS style backslash!
GPRE_PGM=..\..\bin\gpre
SED_PGM=sed
DELETE_COMMAND=del /q
#
# MS NMAKE specific directory-relative inference rule
#
{$(REL_SRC_DIR)}.e{}.c:
$(GPRE_PGM) -r -m -n $? -o >$@
{$(REL_SRC_DIR)}.epp{}.cpp:
$(GPRE_PGM) -r -m -n $? -o >$@
!ELSE
!ERROR Running on unknown operating system.
!ENDIF
#
# load.c - disabled
#
CPP_FILES=build_file.cpp check_msgs.cpp enter_msgs.cpp modify_msgs.cpp \
change_msgs.cpp
all: $(CPP_FILES)
clean :
-$(DELETE_COMMAND) *.cpp