Changeset 1101 for trunk/lang/python
- Timestamp:
- Aug 6, 2008, 10:23:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/python/Makefile.in
r1100 r1101 12 12 INSTALL = @INSTALL@ 13 13 MKDIR_P = @MKDIR_P@ 14 LN_S = @LN_S@ 14 15 INSTALL_PROGRAM = ${INSTALL} -m 755 15 16 INSTALL_DATA = ${INSTALL} -m 644 … … 31 32 # into a temporary directory. 32 33 # 33 all: copy_sources $(envfile)34 all: link_sources $(envfile) 34 35 $(PYTHON) setup.py build_ext $(PYTHON_FLAGS) build 35 36 36 copy_sources: 37 $(RM) -r build/tmp 37 link_sources: build/tmp 38 38 $(MKDIR_P) build/tmp 39 $( INSTALL_DATA) $(srcdir)/Rappture/*.cc build/tmp39 $(LN_S) $(srcdir)/Rappture/*.cc build/tmp 40 40 41 41 install:
Note: See TracChangeset
for help on using the changeset viewer.