Mercurial > flash_v2
view host/tools/configtool/standalone/unix/makefile @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | |
| children |
line wrap: on
line source
COMPILE := ../common/ecosconfig.cxx ../common/cdl_exec.cxx ../../common/common/build.cxx ../../common/common/flags.cxx OBJECTS := $(COMPILE:.cxx=.o) INCLUDE_PATH := -I../../common/common -I$(ECOS)/include -I$(TCL)/include CXX := g++ ecosconfig: $(OBJECTS) $(CXX) $^ -L$(ECOS)/lib -L$(TCL)/lib -lcdl -lcyginfra -ltcl8.2 -ldl -o $@ %.o: %.cxx $(CXX) -c -g -O2 -I$(dir $<) $(INCLUDE_PATH) -o $@ $< clean: rm ecosconfig $(OBJECTS)
