Mercurial > ecos
comparison packages/services/gfx/mw/current/src/demos/vnc/libvncauth/Makefile @ 208:e0c0827131d1 ecos
Merge from eCos master repository on 2002-05-20-20:11:54-BST
| author | jlarmour |
|---|---|
| date | Mon, 20 May 2002 22:19:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 207:74c807ddde34 | 208:e0c0827131d1 |
|---|---|
| 1 ############################################################################## | |
| 2 # Microwindows template Makefile | |
| 3 # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr | |
| 4 ############################################################################## | |
| 5 | |
| 6 include $(CONFIG) | |
| 7 | |
| 8 ######################## Additional Flags section ############################ | |
| 9 | |
| 10 # Directories list for header files | |
| 11 INCLUDEDIRS += -I../include | |
| 12 # Defines for preprocessor | |
| 13 DEFINES += | |
| 14 | |
| 15 # Compilation flags for C files OTHER than include directories | |
| 16 CFLAGS += | |
| 17 # Preprocessor flags OTHER than defines | |
| 18 CPPFLAGS += | |
| 19 # Linking flags | |
| 20 LDFLAGS += | |
| 21 | |
| 22 ############################# targets section ################################ | |
| 23 | |
| 24 ifeq ($(NANOX), Y) | |
| 25 ifeq ($(NANOXDEMO), Y) | |
| 26 | |
| 27 # If you want to create a library with the objects files, define the name here | |
| 28 LIBNAME = libvncauth.a | |
| 29 | |
| 30 # List of objects to compile | |
| 31 OBJS = d3des.o \ | |
| 32 vncauth.o | |
| 33 | |
| 34 endif | |
| 35 endif | |
| 36 | |
| 37 ######################### Makefile.rules section ############################# | |
| 38 | |
| 39 include $(TOP)/Makefile.rules | |
| 40 | |
| 41 ######################## Tools targets section ############################### | |
| 42 |
