faubackup Makefile,1.10,1.11

[email protected]
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup
In directory sc8-pr-cvs1:/tmp/cvs-serv13848

Modified Files:
	Makefile 
Log Message:
build c progs in one pass


Index: Makefile
===================================================================
RCS file: /cvsroot/faubackup/faubackup/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile	16 Oct 2003 09:11:08 -0000	1.10
--- Makefile	16 Oct 2003 19:02:11 -0000	1.11
***************
*** 27,31 ****
  
  BUILDDIR:=./+build+
- #CC=gcc
  CFLAGS+=-Wall -D_LARGEFILE64_SOURCE
  
--- 27,30 ----
***************
*** 96,103 ****
  
  # Build C programs
! $(BUILDDIR)/%.o : %.c faubackup.h
! 	$(CC) -c -o $@ $(CFLAGS) $<
! $(BUILDDIR)/% : $(BUILDDIR)/%.o
! 	$(CC) -o $@ $(LDFLAGS) $<
  
  .PHONY: all clean dist-clean
--- 95,100 ----
  
  # Build C programs
! $(BUILDDIR)/% : %.c faubackup.h
! 	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $<
  
  .PHONY: all clean dist-clean




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.