xref: /aoo41x/main/canvas/workben/makefile.mk (revision cdf0e10c)
1*cdf0e10cSrcweirPRJ=..
2*cdf0e10cSrcweir
3*cdf0e10cSrcweirPRJNAME=canvas
4*cdf0e10cSrcweirTARGET=canvasdemo
5*cdf0e10cSrcweirTARGETTYPE=GUI
6*cdf0e10cSrcweirLIBTARGET=NO
7*cdf0e10cSrcweir
8*cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir
11*cdf0e10cSrcweir# --- Settings -----------------------------------------------------
12*cdf0e10cSrcweir
13*cdf0e10cSrcweir.INCLUDE :	settings.mk
14*cdf0e10cSrcweir
15*cdf0e10cSrcweir# --- Files --------------------------------------------------------
16*cdf0e10cSrcweir
17*cdf0e10cSrcweirAPP1TARGET= $(TARGET)
18*cdf0e10cSrcweir
19*cdf0e10cSrcweirAPP1OBJS=	\
20*cdf0e10cSrcweir	$(OBJ)$/canvasdemo.obj
21*cdf0e10cSrcweir
22*cdf0e10cSrcweirAPP1STDLIBS=$(TOOLSLIB) 		\
23*cdf0e10cSrcweir			$(COMPHELPERLIB)	\
24*cdf0e10cSrcweir			$(CPPULIB)			\
25*cdf0e10cSrcweir			$(CPPUHELPERLIB)	\
26*cdf0e10cSrcweir			$(UCBHELPERLIB)		\
27*cdf0e10cSrcweir			$(SALLIB)			\
28*cdf0e10cSrcweir			$(VCLLIB)			\
29*cdf0e10cSrcweir			$(BASEGFXLIB)
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir.IF "$(GUI)"!="UNX"
32*cdf0e10cSrcweirAPP1DEF=	$(MISC)$/$(TARGET).def
33*cdf0e10cSrcweir.ENDIF
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir# --- Targets ------------------------------------------------------
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir.INCLUDE :	target.mk
38