]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/services/gfx/mw/v2_0/src/demos/Makefile
Initial revision
[karo-tx-redboot.git] / packages / services / gfx / mw / v2_0 / src / demos / Makefile
1 ##############################################################################
2 # Microwindows template Makefile
3 # Copyright (c) 2000, 2002 Martin Jolicoeur, Greg Haerr
4 ##############################################################################
5
6 ifndef TOP
7 TOP = ..
8 CONFIG = $(TOP)/config
9 endif
10
11 include $(CONFIG)
12
13 VPATH := $(TOP)/demos
14
15 ######################## Additional Flags section ############################
16
17 # Directories list for header files
18 INCLUDEDIRS +=
19 # Defines for preprocessor
20 DEFINES +=
21
22 # Compilation flags for C files OTHER than include directories
23 CFLAGS +=
24 # Preprocessor flags OTHER than defines
25 CPPFLAGS +=
26 # Linking flags
27 LDFLAGS +=
28
29 ############################# targets section ################################
30
31 # If you want to create a library with the objects files, define the name here
32 LIBNAME =
33
34 # List of objects to compile
35 OBJS =
36
37 #ifeq ($(ARCH), ECOS)
38 #dirs = nanowm nanox nxkbd nxscribble
39 #endif
40
41 ######################### Makefile.rules section #############################
42
43 include $(TOP)/Makefile.rules
44
45 ######################## Tools targets section ###############################
46