Diff
Not logged in

Differences From Artifact [7bc1b2d0fe]:

To Artifact [2f129861bb]:


717
718
719
720
721
722
723





724
725
726
727
728
729
730
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735







+
+
+
+
+







		-DCFG_RUNTIME_SCRDIR="\"$(TCL_LIBRARY_NATIVE)\"" \
		-DCFG_RUNTIME_INCDIR="\"$(includedir_native)\"" \
		-DCFG_RUNTIME_DOCDIR="\"$(mandir_native)\"" \
		-DCFG_RUNTIME_DLLFILE="\"$(TCL_DLL_FILE)\"" \
		-DBUILD_tcl \
		@DEPARG@ $(CC_OBJNAME)

# tclDate.h dependencies:
tclClock.${OBJEXT}: tclClock.c tclDate.h
tclClockFmt.${OBJEXT}: tclClockFmt.c tclDate.h
tclDate.${OBJEXT}: tclDate.c tclDate.h

tclEvent.${OBJEXT}: tclEvent.c tclUuid.h

tclTest.${OBJEXT}: tclTest.c tclUuid.h

$(TOP_DIR)/manifest.uuid:
	printf "git-" >$(TOP_DIR)/manifest.uuid
	(cd '$(TOP_DIR)'; git rev-parse HEAD >>$(TOP_DIR)/manifest.uuid || \