2 # wxFrameLayout source makefile for Unix
4 # Copyright 1999, Harm van der Heijden
7 # wxWindows base directory
10 # set the OS type for compilation
13 # compile a library only
16 # needed for unactivated
24 # define library sources
51 #define library objects
54 $(LIB_CPP_SRC:.cpp=.o)
60 #additional things needed for compile
63 # include the definitions now
64 include ../../../../template.mak
67 @echo "Installing library files and headers for libwx_gl_gtk.."
68 @echo " Creating directory.."
69 @$(WXBASEDIR)/mkinstalldirs /usr/local/include/wx_fl
70 @echo " Copying headers from framelayout/src"
71 @cd $(WXBASEDIR)/utils/framelayout/src ; \
73 rm -f /usr/local/include/wx_fl/$$f ; \
74 $(INSTALL_DATA) $$f /usr/local/include/wx_fl/$$f ; \
76 @echo " Copying static library files to /usr/local/lib"
77 @cd $(WXBASEDIR)/lib/$(OS) ; \
78 for f in libwx_fl_gtk.a ; do \
79 rm -f /usr/local/lib/$$f ; \
80 $(INSTALL_DATA) $$f /usr/local/lib/$$f ; \
82 @echo " Copying shared libraries to /usr/local/lib"
83 @cd $(WXBASEDIR)/lib/$(OS) ; \
84 for f in libwx_fl_gtk.so* ; do \
85 rm -f /usr/local/lib/$$f ; \
86 $(INSTALL_PROGRAM) $$f /usr/local/lib/$$f ; \