[Commits] (markie) skeleton beginning
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 28 10:38:22 PDT 2004
Commit by: markie
Modified files:
internal/launchers/Makefile 1.1 1.2
Log message:
skeleton beginning
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/launchers/Makefile.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: internal/launchers/Makefile
diff -u /dev/null internal/launchers/Makefile:1.2
--- /dev/null Wed Apr 28 10:38:22 2004
+++ internal/launchers/Makefile Wed Apr 28 10:37:51 2004
@@ -0,0 +1,39 @@
+
+include ../Makefile.inc
+
+RELVER=0.1-1
+LAUNCHERS=$(INTERNAL)/launchers
+
+BUILD=build_$(SNAP)
+
+ifeq ($(DEBUG),1)
+ DEBUG=$DEBUG
+else
+ undef DEBUG
+endif
+
+ifeq ($(OS),Darwin)
+
+else
+ARCHIVE: $(LAUNCHERS)/linux/$(BUILD)/chandler \
+ $(LAUNCHERS)/linux/$(BUILD)/chandler_bin \
+ $(LAUNCHERS)/win/
+
+build:
+ cd $(LAUNCHERS)/linux; \
+ make; \
+ cd $(LAUNCHERS)/win;
+ make
+
+snap:
+ cd $(BUILD_ROOT); \
+ tar -cvzf $(LAUNCHERS)/LAUNCHERS-$(SNAP)-$(RELVER).tar.gz \
+ $(SNAP)/$(SITE)/LAUNCHERS*
+
+clean:
+ rm -rf $(BUILD)
+
+upload: LAUNCHERS-$(SNAP)-$(RELVER).tar.gz
+ scp LAUNCHERS-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
+
+endif
\ No newline at end of file
More information about the Commits
mailing list