############################################################################## # Microwindows template Makefile # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr ############################################################################## ifndef MW_DIR_SRC MW_DIR_SRC := $(CURDIR)/../.. endif MW_DIR_RELATIVE := mwin/winlib/ include $(MW_DIR_SRC)/Path.rules include $(CONFIG) ############################# targets section ################################ ifeq ($(MICROWIN), Y) # If you want to create a library with the objects files, define the name here LIBNAME = libmwinlib.a LIBNAMESO = libmwinlib.so # List of objects to compile OBJS := $(MW_DIR_OBJ)/mwin/winlib/obsolete.o endif ######################### Makefile.rules section ############################# include $(MW_DIR_SRC)/Makefile.rules ######################## Tools targets section ###############################