CVS: beepcore-c/threaded_os Makefile.in,1.2,1.3
Chris Hanson <[email protected]> Thu, 01 Aug 2002 21:18:32 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/threaded_os In directory usw-pr-cvs1:/tmp/cvs-serv32661/threaded_os Modified Files: Makefile.in Log Message: Rewrite makefiles to use standard GNU directory variables and to install in standard places. Refer to DESTDIR during installation to simplify packaging. Coalesce all non-profile libraries into a single library. Don't compile the examples. Index: Makefile.in =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 30 Oct 2001 06:00:37 -0000 1.2 --- Makefile.in 2 Aug 2002 04:18:30 -0000 1.3 *************** *** 12,66 **** # License. # # ! # $Header$ ! # ! # Toplevel makefile for the source tree ! # ! # Please notice that all dependencies are resolved by ordering, so that you are not ! # allowed to screw around the order of targets! ! # ! # Exit if SRC_ROOT undefined ! # ! ! REL_TO_ROOT = /.. ! ! ifndef SRC_ROOT ! export SRC_ROOT = $(CURDIR)$(REL_TO_ROOT) ! endif ! ! ! # 1. Generic settings ! ! include $(SRC_ROOT)/Make.defs ! ! # 2. Target directories ! ! # ! # ! # ! DIRS = utility \ ! transport \ ! wrapper \ ! examples ! MOREDIRS = ! # ! # These 2 targets are the "default" behavior for a simple tree-down ! # makefile for a directory. ! # all: treeall - clean: treeclean - install: treeinstall ! # ! # Include for default tree handling targets ! # ! include $(SRC_ROOT)/Make.targets ! ! ! ! --- 12,36 ---- # License. # + # $Id$ # ! # Please notice that all dependencies are resolved by ordering, so ! # that you are not allowed to screw around the order of targets! ! ### Generic settings ! srcdir = @srcdir@ ! top_srcdir = @top_srcdir@ ! include $(top_srcdir)/Make.defs ! ### Target directories ! DIRS = utility transport wrapper ! MOREDIRS = ! ### Simple tree makefile targets ! ifdef DIRS all: treeall clean: treeclean install: treeinstall + endif ! ### Default tree handling targets ! include $(top_srcdir)/Make.targets ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf