Changeset 189 for trunk/se/lu/thep/affymetrix/Makefile
- Timestamp:
- Oct 27, 2006, 10:53:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/Makefile
r172 r189 64 64 65 65 # The directory, relative to $(BASEROOT), where to install the plug-in 66 RELPLUGINDIR ?= plugins/se/lu/thep/affymetrix66 RELPLUGINDIR ?= www/plugins/se/lu/thep/affymetrix 67 67 PLUGINDIR ?= $(BASEROOT)/$(RELPLUGINDIR) 68 68 … … 74 74 BINPACKAGEFILE = base_rmaexpress_plugin-$(VERSION) 75 75 # Files to include in binary distributions 76 SRCDISTFILES = ChangeLog COPYING INSTALL Makefile README RMAExpress.java76 SRCDISTFILES = AUTHORS ChangeLog COPYING INSTALL Makefile README RMAExpress.java 77 77 # Binary package name 78 78 SRCPACKAGEFILE = base_rmaexpress_plugin-$(VERSION)-src … … 100 100 cp -p RMAExpress.jar $(PLUGINDIR) 101 101 102 install-precompiled: 103 mkdirhier $(PLUGINDIR) 104 cp -p RMAExpress.jar $(PLUGINDIR) 105 102 106 $(JAR): RMAExpress.class 103 107 @echo Creating $(JAR)
Note: See TracChangeset
for help on using the changeset viewer.