ObjFW  Check-in [55b2494956]

Overview
Comment:Fix dependency generation for .S files.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 55b2494956611abba3695ab98931ba10245b11643238a7076ddefcc2845dd57e
User & Date: js on 2013-07-07 12:53:34
Other Links: manifest | tags
Context
2013-07-07
14:14
Add forwardingTargetForSelector: for x86/ELF. check-in: 9686258014 user: js tags: trunk
12:53
Fix dependency generation for .S files. check-in: 55b2494956 user: js tags: trunk
12:47
Improve apple-forwarding-i386.S. check-in: e396a8e363 user: js tags: trunk
Changes

Modified configure.ac from [6f64066a18] to [fedd750d77].

917
918
919
920
921
922
923
924

925
926
927

928
929
930
931
932
933
934
917
918
919
920
921
922
923

924
925
926

927
928
929
930
931
932
933
934







-
+


-
+







	AC_SUBST(TESTS, "tests")
])

dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP
dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself.
AC_SUBST(CPP)
AC_SUBST(CPPFLAGS)
dnl We use the OBJC compiler as our assembler
dnl We use the ObjC compiler as our assembler
AC_SUBST(AS, $OBJC)
AC_SUBST(ASFLAGS)
AC_SUBST(AS_DEPENDS, $OBJC_DEPENDS)
AC_SUBST(AS_DEPENDS, '${OBJC_DEPENDS}')

AC_SUBST(TESTS_LIBS)

AC_CONFIG_FILES([
	buildsys.mk
	extra.mk
	Info.plist