Update of /cvsroot/eas-dev/eas-dev/build/unix/mk
In directory sc8-pr-cvs1:/tmp/cvs-serv18441/build/unix/mk
Modified Files:
component.mk.in
Log Message:
mofidifed build process; changes to libsxmlstream (seems that it is still
broken); minor additions over the project
Index: component.mk.in
===================================================================
RCS file: /cvsroot/eas-dev/eas-dev/build/unix/mk/component.mk.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- component.mk.in 2 Feb 2003 06:59:10 -0000 1.6
+++ component.mk.in 3 Feb 2003 06:30:44 -0000 1.7
@@ -1,4 +1,4 @@
-
+RM = @RM@
XML2CMP = @XML2CMP@
IDLC = @IDLC@
REGMERGE = @REGMERGE@
@@ -36,7 +36,7 @@
endif
ifndef INC_PATH
- INC_PATH = ../inc
+ INC_PATH = ../.include
endif
ifndef SRC_PATH
@@ -76,3 +76,5 @@
$(IDLC) -I$(ODK_PATH)/idl -I$(IDL_PATH) -O$(BIN_PATH)/`dirname $$idl` $(IDL_PATH)/$$idl; \
done
+clean:
+ $(RM) -rf $(BIN_PATH)
\ No newline at end of file
|