aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Thomas Bushnell1996-09-211-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-191-10/+7
|
* *** empty log message ***Thomas Bushnell1996-09-171-3/+16
|
* ($(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs))):Miles Bader1996-09-041-1/+1
| | | | `$(includdir)' --> `$(includedir)'
* *** empty log message ***Thomas Bushnell1996-09-031-8/+11
|
* ($(target): %$(target-suffix)):Miles Bader1996-09-021-4/+7
| | | | | Add dependency on $(BUGADDR), and $(BUGADDR_REF) to the flags. (BUGADDR, BUGADDR_REF): New variables.
* ($(target)): Add $($@-LDLIBS) $(LDLIBS) to libs.Miles Bader1996-08-141-1/+1
|
* *** empty log message ***Thomas Bushnell1996-08-131-2/+16
|
* *** empty log message ***Thomas Bushnell1996-08-121-2/+2
|
* *** empty log message ***Thomas Bushnell1996-08-081-1/+1
|
* *** empty log message ***Thomas Bushnell1996-07-301-1/+1
|
* *** empty log message ***Thomas Bushnell1996-07-291-1/+1
|
* *** empty log message ***Michael I. Bushnell1996-07-191-1/+1
|
* (vpath -l%): Add directive to tell make where to find -l libraries.Michael I. Bushnell1996-07-191-0/+4
|
* *** empty log message ***Michael I. Bushnell1996-07-181-2/+5
|
* gs/install-hdrs/install-headers/gMichael I. Bushnell1996-07-171-2/+2
|
* (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-hdrs): Provide default target.
* (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
| | | | in call to INSTALL_PROGRAM.
* 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
| | | | | | | | | (install) [library]: Add dependency on add-to-librecord. (add-to-librecord) [library]: Depend on $(targets). (librecord) [MAKELEVEL == 0]: Define and export. (include librecord): New inclusion. ($(librecord)): New target. (add-to-librecord): New target.
* (MKINSTALLDIRS): New variable.Michael I. Bushnell1996-06-271-3/+14
| | | | | | (install) [all versions]: Add dependency on the directory being installed into. ($(installationdirlist)): New dependency.
* ($(target)):Miles Bader1996-06-211-1/+0
| | | | Get rid of -defsym hack for ___brk_addr (there's a hack in libc now).
* ($(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
| | | | libc symbol.
* (CPPFLAGS): Add -I$(top_srcdir)/include.Miles Bader1996-06-171-5/+6
| | | | | | (INSTALLED_LOCAL_HEADERS): Split into two cases based on $(installhdrsubdir). ($(INSTALLED_LOCAL_HEADERS)) [$(installhdrsubdir) == .]: Linked to $(top_srcdir)/include. Prefix ../ to link contents.
* 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
| | | | | This arranges to make sure that headers exported by this library always get installed eventually into the source directory as symlinks.
* ($(target)): Don't depend on $(OBJS) or $(OTHERLIBS) in the main buildMichael I. Bushnell1996-04-301-1/+5
| | | | | rule. Add new rule specifying such a dependency only when doinst is one.
* (make-deps): New canned sequence. Remove gcc-lib hdrs from deps.Roland McGrath1996-04-281-14/+10
| | | | | Use atomic mv for output. (%.d: %.c, %.d: %.S): Use $(make-deps).
* (OBJS): Provide default definition.Michael I. Bushnell1996-04-261-4/+5
| | | | (_objs): Delete variable; replace references with $(OBJS).
* 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
| | | | | (CPPFLAGS): Use new vars $(top_srcdirinc) and $(srcdirinc) to avoid ugly duplication of `.' and `..' in compile lines when possible.
* (rpath): New variable.Roland McGrath1995-10-111-2/+9
| | | | | | ($(target)): Use it in link command. ($(libname).so): Likewise. Use $^ instead of $+.
* ($(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
| | | | (%_pic.o: %.S): New rule.
* (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
|