File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / axTLS / config / makefile.post
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Sep 28 11:55:55 2012 UTC (11 years, 9 months ago) by misho
Branches: v1_4_8, MAIN
CVS tags: datecs, HEAD
axTLS


ifneq ($(MAKECMDGOALS), clean)
ifndef CONFIG_PLATFORM_WIN32
ifndef CONFIG_PLATFORM_SOLARIS
# do dependencies
-include .depend
all : .depend 
.depend: $(wildcard *.c)
	@$(CC) $(CFLAGS) -MM $^ > $@
endif   # 'not' solaris
endif   # 'not' win32

ifdef CONFIG_PLATFORM_WIN32
OBJ:=$(OBJ:.o=.obj)
%.obj : %.c
	$(CC) $(CFLAGS) $< 
endif   # win32

endif   # end of 'not' clean

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>