wxWidgets/utils/ogl/samples/ogledit/Makefile.in
1999-02-09 16:00:23 +00:00

30 lines
499 B
Makefile

# WXXT base directory
WXBASEDIR=@WXBASEDIR@
# set the OS type for compilation
OS=@OS@
# compile a binary only
RULE=bin
# define exexutable name
BIN_TARGET=ogledit
# define library sources
BIN_SRC=\
ogledit.cpp\
doc.cpp\
view.cpp\
palette.cpp
#define library objects
BIN_OBJ=\
$(BIN_CPP_SRC:.cpp=.o)
# additional things needed to link
BIN_LINK=-lwx_ogl_gtk
# additional things needed to compile
ADD_COMPILE=-I../../src
# include the definitions now
include ../../../../../template.mak