old makefiles removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1 +0,0 @@
|
||||
include ../../setup/general/makedirs
|
@@ -1 +0,0 @@
|
||||
include ../../../setup/general/makedirs
|
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# File: makefile.vc
|
||||
# Author: J. Russell Smyth
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright:
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile : Builds framelayout samples for Win95, MSVC++ 4.0
|
||||
# Use FINAL=1 argument to nmake to build final version with no debugging
|
||||
# info
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
THISDIR=$(WXDIR)\utils\framelayout\samples
|
||||
|
||||
!include $(WXDIR)\src\makevc.env
|
||||
|
||||
all:
|
||||
cd $(WXDIR)\utils\framelayout\samples\test
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\utils\framelayout\samples\demo
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\utils\framelayout\samples\sample
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
|
||||
clean:
|
||||
cd $(WXDIR)\utils\framelayout\samples\test
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\utils\framelayout\samples\demo
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\utils\framelayout\samples\sample
|
||||
nmake -f makefile.vc clean
|
@@ -1 +0,0 @@
|
||||
include ../../../../setup/general/makedirs
|
@@ -1,29 +0,0 @@
|
||||
# WXXT base directory
|
||||
WXBASEDIR=@WXBASEDIR@
|
||||
|
||||
# set the OS type for compilation
|
||||
OS=@OS@
|
||||
# compile a binary only
|
||||
RULE=bin
|
||||
|
||||
# define executable name
|
||||
BIN_TARGET=fl_demo
|
||||
|
||||
# define library sources
|
||||
BIN_CPP_SRC= \
|
||||
fl_demo.cpp \
|
||||
settingsdlg.cpp \
|
||||
wxinfo.cpp
|
||||
|
||||
#define library objects
|
||||
BIN_OBJ=\
|
||||
$(BIN_CPP_SRC:.cpp=.o)
|
||||
|
||||
# additional things needed to link
|
||||
BIN_LINK=-lwx_fl_gtk
|
||||
|
||||
# additional things needed to compile
|
||||
ADD_COMPILE=-I../../../src -I../../bitmaps
|
||||
|
||||
# include the definitions now
|
||||
include ../../../../../template.mak
|
@@ -1,21 +0,0 @@
|
||||
#
|
||||
# File: makefile.vc
|
||||
# Author: J Russell Smyth
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright:
|
||||
#
|
||||
# Makefile : Builds frame layout demo
|
||||
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
EXTRAINC = -I..\..\src
|
||||
EXTRALIBS = $(WXDIR)\lib\fl.lib
|
||||
EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
|
||||
PROGRAM=fl_demo
|
||||
OBJECTS = $(PROGRAM).obj settingsdlg.obj wxinfo.obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
@@ -1 +0,0 @@
|
||||
include ../../../../setup/general/makedirs
|
@@ -1,27 +0,0 @@
|
||||
# WXXT base directory
|
||||
WXBASEDIR=@WXBASEDIR@
|
||||
|
||||
# set the OS type for compilation
|
||||
OS=@OS@
|
||||
# compile a binary only
|
||||
RULE=bin
|
||||
|
||||
# define executable name
|
||||
BIN_TARGET=fl_sample
|
||||
|
||||
# define library sources
|
||||
BIN_CPP_SRC=\
|
||||
fl_sample.cpp\
|
||||
|
||||
#define library objects
|
||||
BIN_OBJ=\
|
||||
$(BIN_CPP_SRC:.cpp=.o)
|
||||
|
||||
# additional things needed to link
|
||||
BIN_LINK=-lwx_fl_gtk
|
||||
|
||||
# additional things needed to compile
|
||||
ADD_COMPILE=-I../../../src
|
||||
|
||||
# include the definitions now
|
||||
include ../../../../../template.mak
|
@@ -1,21 +0,0 @@
|
||||
#
|
||||
# File: makefile.vc
|
||||
# Author: J Russell Smyth
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright:
|
||||
#
|
||||
# Makefile : Builds frame layout sample
|
||||
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
EXTRAINC = -I..\..\src
|
||||
EXTRALIBS = $(WXDIR)\lib\fl.lib
|
||||
EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
|
||||
PROGRAM=fl_sample
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
@@ -1 +0,0 @@
|
||||
include ../../../../setup/general/makedirs
|
@@ -1,27 +0,0 @@
|
||||
# WXXT base directory
|
||||
WXBASEDIR=@WXBASEDIR@
|
||||
|
||||
# set the OS type for compilation
|
||||
OS=@OS@
|
||||
# compile a binary only
|
||||
RULE=bin
|
||||
|
||||
# define executable name
|
||||
BIN_TARGET=fl_test
|
||||
|
||||
# define library sources
|
||||
BIN_CPP_SRC=\
|
||||
fl_test.cpp\
|
||||
|
||||
#define library objects
|
||||
BIN_OBJ=\
|
||||
$(BIN_CPP_SRC:.cpp=.o)
|
||||
|
||||
# additional things needed to link
|
||||
BIN_LINK=-lwx_fl_gtk
|
||||
|
||||
# additional things needed to compile
|
||||
ADD_COMPILE=-I../../../src
|
||||
|
||||
# include the definitions now
|
||||
include ../../../../../template.mak
|
@@ -1,21 +0,0 @@
|
||||
#
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright: (c) Julian Smart
|
||||
#
|
||||
# Makefile : Builds sample (VC++, WIN32)
|
||||
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
EXTRAINC = -I..\..\src
|
||||
EXTRALIBS = $(WXDIR)\lib\fl.lib
|
||||
EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
|
||||
PROGRAM=fl_test
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
@@ -1 +0,0 @@
|
||||
include ../../../setup/general/makedirs
|
@@ -1,82 +0,0 @@
|
||||
#
|
||||
# wxFrameLayout source makefile for Unix
|
||||
#
|
||||
# Copyright 1999, Harm van der Heijden
|
||||
#
|
||||
|
||||
# wxWindows base directory
|
||||
WXBASEDIR=@WXBASEDIR@
|
||||
|
||||
# set the OS type for compilation
|
||||
OS=@OS@
|
||||
|
||||
# compile a library only
|
||||
RULE=gslib
|
||||
|
||||
# needed for unactivated
|
||||
NONE=
|
||||
|
||||
# define library name
|
||||
LIB_TARGET=wx_fl_gtk
|
||||
LIB_MAJOR=0
|
||||
LIB_MINOR=1
|
||||
|
||||
# define library sources
|
||||
|
||||
LIB_CPP_SRC= \
|
||||
antiflickpl.cpp \
|
||||
bardragpl.cpp \
|
||||
barhintspl.cpp \
|
||||
cbcustom.cpp \
|
||||
controlarea.cpp \
|
||||
controlbar.cpp \
|
||||
dyntbar.cpp \
|
||||
dyntbarhnd.cpp \
|
||||
garbagec.cpp \
|
||||
gcupdatesmgr.cpp \
|
||||
hintanimpl.cpp \
|
||||
newbmpbtn.cpp \
|
||||
panedrawpl.cpp \
|
||||
rowdragpl.cpp \
|
||||
rowlayoutpl.cpp \
|
||||
toolwnd.cpp \
|
||||
updatesmgr.cpp
|
||||
|
||||
#define library objects
|
||||
LIB_OBJ= \
|
||||
\
|
||||
$(LIB_CPP_SRC:.cpp=.o)
|
||||
|
||||
all::
|
||||
|
||||
clean::
|
||||
|
||||
#additional things needed for compile
|
||||
ADD_COMPILE=
|
||||
|
||||
# include the definitions now
|
||||
include ../../../../template.mak
|
||||
|
||||
install::
|
||||
@echo "Installing library files and headers for libwx_fl_gtk.."
|
||||
@echo " Creating directory.."
|
||||
@$(WXBASEDIR)/mkinstalldirs /usr/local/include/wx_fl
|
||||
@echo " Copying headers from framelayout/src"
|
||||
@cd $(WXBASEDIR)/utils/framelayout/src ; \
|
||||
for f in *.h ; do \
|
||||
rm -f /usr/local/include/wx_fl/$$f ; \
|
||||
$(INSTALL_DATA) $$f /usr/local/include/wx_fl/$$f ; \
|
||||
done
|
||||
@echo " Copying static library files to /usr/local/lib"
|
||||
@cd $(WXBASEDIR)/lib/$(OS) ; \
|
||||
for f in libwx_fl_gtk.a ; do \
|
||||
rm -f /usr/local/lib/$$f ; \
|
||||
$(INSTALL_DATA) $$f /usr/local/lib/$$f ; \
|
||||
done
|
||||
@echo " Copying shared libraries to /usr/local/lib"
|
||||
@cd $(WXBASEDIR)/lib/$(OS) ; \
|
||||
for f in libwx_fl_gtk.so* ; do \
|
||||
rm -f /usr/local/lib/$$f ; \
|
||||
$(INSTALL_PROGRAM) $$f /usr/local/lib/$$f ; \
|
||||
done
|
||||
|
Reference in New Issue
Block a user