aboutsummaryrefslogtreecommitdiff
path: root/src/config/libobj.in
AgeCommit message (Collapse)AuthorFilesLines
2003-03-03Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu1-4/+2
AC_DEFINE'ed things or to Makefile.in files. Remove explicit settings of CPPFLAGS. These allow CPPFLAGS to be a user parameter. Also, add CFLAGS to the CC_LINK variables, so they can control usage of the compiler to link programs. ticket: 677 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15214 dc483132-0cff-0310-8789-dd5450dbe970
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn1-20/+0
to use the lib.in and libobj.in makefile fragments. Pushing this per-directory info into Makefile.in will make it a little easier to work on combining configure scripts for multiple directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15107 dc483132-0cff-0310-8789-dd5450dbe970
2002-09-03* libobj.in (.c.so, .c.po): Put LOCALINCLUDES before CPPFLAGSKen Raeburn1-2/+2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14827 dc483132-0cff-0310-8789-dd5450dbe970
2002-01-08* libobj.in (config.status): Depend on shlib.confKen Raeburn1-0/+1
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14093 dc483132-0cff-0310-8789-dd5450dbe970
2000-08-23* libobj.in (clean-libobjs): Combine "rm" commands into oneKen Raeburn1-4/+1
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12629 dc483132-0cff-0310-8789-dd5450dbe970
2000-06-30pullup from 1.2-beta4Ken Raeburn1-2/+2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12473 dc483132-0cff-0310-8789-dd5450dbe970
2000-02-15 * libobj.in: Fix up .c.so and .c.po rules to include $(CFLAGS),Tom Yu1-2/+2
which were previously missing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12043 dc483132-0cff-0310-8789-dd5450dbe970
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-5/+3
that one can override CFLAGS from the command line without losing CPP search patchs and defines. Some associated Makefile cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11876 dc483132-0cff-0310-8789-dd5450dbe970
1997-03-01 * libobj.in: Change .c.so and .c.po rules to work better withTom Yu1-2/+4
compilers that insist that $(CC) -fpic -c foo.c -o foo.so is wrong; basically, cheat and do -o foo.so.o, etc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9993 dc483132-0cff-0310-8789-dd5450dbe970
1997-02-10 * libobj.in: Remove instances of STAMP.*, since they aren'tTom Yu1-19/+7
actually necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9838 dc483132-0cff-0310-8789-dd5450dbe970
1997-02-09 * libobj.in (OBJS.*): Work around a gmake optimization where theTom Yu1-0/+3
timestamps of OBJS.* would not get checked after STAMP.* get updated, even though OBJS.* get updated as a side effect. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9833 dc483132-0cff-0310-8789-dd5450dbe970
1997-02-09Merge of libhack_branchTom Yu1-0/+72
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9831 dc483132-0cff-0310-8789-dd5450dbe970