File: Makefile.in

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (26 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# WXXT base directory
WXBASEDIR=@WXBASEDIR@

# set the OS type for compilation
OS=@OS@
# compile a library only
RULE=bin

# define library name
BIN_TARGET=thread
# define library sources
BIN_SRC=\
test.cpp

#define library objects
BIN_OBJ=\
test.o

# additional things needed to link
BIN_LINK=

# additional things needed to compile
ADD_COMPILE=

# include the definitions now
include ../../../template.mak