aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
Commit message (Expand)AuthorAgeFilesLines
...
* (CFLAGS): Define EWOULDBLOCK here to work around new libc bug.Michael I. Bushnell1996-07-161-1/+1
* (install-hdrs) [library]: Depend on installed copies of headers.Michael I. Bushnell1996-07-141-0/+3
* (install): Repair last change.Michael I. Bushnell1996-07-121-2/+2
* (install) [doinst==one || doinst==many]: Include file-specific optionsMichael I. Bushnell1996-07-121-2/+2
* disable excessive cleverness for now...Michael I. Bushnell1996-07-081-10/+10
* fixupMichael I. Bushnell1996-07-081-2/+2
* (libs) [library]: Depend on add-to-librecord instead of $(targets).Michael I. Bushnell1996-07-081-2/+27
* (MKINSTALLDIRS): New variable.Michael I. Bushnell1996-06-271-3/+14
* ($(target)):Miles Bader1996-06-211-1/+0
* ($(target)): And do it correctly, too.Michael I. Bushnell1996-06-171-1/+1
* $(target): Add bletcherous hack to deal with undefined (and unused)Michael I. Bushnell1996-06-171-0/+1
* (CPPFLAGS): Add -I$(top_srcdir)/include.Miles Bader1996-06-171-5/+6
* Add .PHONY spec for phony targets.Roland McGrath1996-05-111-0/+2
* (INSTALLED_LOCAL_HEADERS): slight fixupMichael I. Bushnell1996-05-091-0/+5
* (INSTALLED_LOCAL_HEADERS): New variable that $(libs) depends on.Michael I. Bushnell1996-05-091-0/+8
* ($(target)): Don't depend on $(OBJS) or $(OTHERLIBS) in the main buildMichael I. Bushnell1996-04-301-1/+5
* (make-deps): New canned sequence. Remove gcc-lib hdrs from deps.Roland McGrath1996-04-281-14/+10
* (OBJS): Provide default definition.Michael I. Bushnell1996-04-261-4/+5
* Use -include for generated dep files.Roland McGrath1996-04-251-5/+5
* (CFLAGS): Turn on -O3.Michael I. Bushnell1996-03-211-1/+1
* (CFLAGS): Always turn on -g.Michael I. Bushnell1996-03-211-1/+1
* (vpath %.defs): make that $(includedir)/mach and $(includedir)/device.Michael I. Bushnell1996-03-201-1/+1
* (vpath %.defs): Use $(includedir) to locate mach files.Roland McGrath1996-03-201-8/+8
* (CPPFLAGS): Define _GNU_SOURCE.Michael I. Bushnell1996-03-201-1/+1
* (vpath %.defs): Add /gd4/hurdinst/include/mach. XXXMichael I. Bushnell1996-03-201-1/+1
* ($(target): %): Add $(target-suffix) to destination name.Miles Bader1996-03-051-1/+1
* (top_srcdirinc, srcdirinc): New variables.Michael I. Bushnell1995-11-211-1/+11
* (rpath): New variable.Roland McGrath1995-10-111-2/+9
* ($(libname).so): Pass $(LDFLAGS) and $($@-LDFLAGS).Roland McGrath1995-10-071-1/+2
* (%_pic.o: %.c): Use $(COMPILE.c) instead of its contents. Pass -DPIC.Roland McGrath1995-10-041-1/+3
* (top_srcdir): Define properly in parent directory.Roland McGrath1995-09-231-1/+5
* (LDFLAGS): Variable removed.Miles Bader1995-09-221-3/+0
* (libthreads-libsubst): Variable removed.Roland McGrath1995-09-191-4/+0
* [! srcdir] (top_srcdir): Strip trailing slash from $(..).Roland McGrath1995-09-181-1/+1
* Include $(..)config.make for configure-generated parameters.Roland McGrath1995-09-161-33/+32
* (sbindir): New variable.Roland McGrath1995-09-161-2/+7
* (libsubst, libsubst-override, _libsubst): New vars.Miles Bader1995-09-011-4/+14
* Typo.Michael I. Bushnell1995-08-281-1/+1
* (inclusion of .d files based on OBJS): Only deal with .o files inMichael I. Bushnell1995-08-281-1/+1
* (DEP_SRCS): Sort in reverse order so that local files come first.Miles Bader1995-08-281-1/+1
* (TAGS): Automagically find all the files to scan from the dependencyMiles Bader1995-08-281-3/+3
* ($(libname.so)): Set the soname to $(libname).so, not $(libname).Miles Bader1995-08-251-1/+1
* ($(libname).so): Use the linker -soname option to specify what library nameMiles Bader1995-08-251-2/+8
* (HURDLIBS-files, HURDLIBS-libs): Removed.Miles Bader1995-08-241-57/+24
* [$(doinst)==many] (HURDLIBS-libs): Use plain OTHERLIBS as well as the targetMiles Bader1995-08-191-1/+1
* Don't include dependency files if no_deps is set.Michael I. Bushnell1995-07-221-0/+8
* (%.d: %.c): Include the _pic.o files if we are making a library.Michael I. Bushnell1995-07-191-1/+6
* [$(doinst)==many] ($(targets) installation rule): Fix typo.Roland McGrath1995-07-071-1/+1
* (install) [doinst == one || doinst == many]: Don't install files ifMichael I. Bushnell1995-07-071-4/+6
* (HURDLIBS-libs): Comment out path-search rule here; I don't yet trustMichael I. Bushnell1995-07-071-7/+8