head	1.2;
access;
symbols
	MW_0_8_9PRE7:1.1.1.1 MM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.03.05.18.56.18;	author simons;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.15.09.17.30;	author markom;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.02.15.09.17.30;	author markom;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Tested on uClinux.
@
text
@##############################################################################
# Microwindows template Makefile
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
##############################################################################

TOP = $(shell pwd)

# See if the user has a local config file. If so use that else
# use the one provided in the distribution.
ifeq ($(HOME)/microwin/config,$(wildcard $(HOME)/microwin/config))
CONFIG = $(HOME)/microwin/config
else
CONFIG = $(TOP)/config
endif

include $(CONFIG)

######################## Additional Flags section ############################

# Directories list for header files
INCLUDEDIRS +=
# Defines for preprocessor
DEFINES +=

# Compilation flags for C files OTHER than include directories
CFLAGS += 
# CFLAGS += -Werror-implicit-function-declaration
# Preprocessor flags OTHER than defines
CPPFLAGS +=
# Linking flags
LDFLAGS += -r -d

############################# targets section ################################

# If you want to create a library with the objects files, define the name here
LIBNAME =
LIBNAMESO =

# List of objects to compile
OBJS =	

# demos should be built after the libs !
dirs = drivers mwin engine fonts nanox

all: default
	-$(MAKE) -C demos
ifeq ($(ARCH), ECOS)
	$(MAKE) -C ecos
endif

######################### Makefile.rules section #############################

include $(TOP)/Makefile.rules

######################## Tools targets section ###############################
@


1.1
log
@Initial revision
@
text
@d26 2
a27 1
CFLAGS +=
d31 1
a31 1
LDFLAGS +=
@


1.1.1.1
log
@modified offitial version of microwindows 0.89-pre7
@
text
@@
