Makefile (24fe0b3b) Makefile (b6805bf7)
1#
2# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# cmd/backup/restore/Makefile
6#
7# Copyright (c) 1983 Regents of the University of California.
8# All rights reserved. The Berkeley software License Agreement

--- 21 unchanged lines hidden (view full) ---

30POFILE= ufsrestore.po
31
32# XXX This is only needed for the check: target. It would be nice to
33# XXX automatically generate the list when needed.
34HEADERS= ../../../head/protocols/dumprestore.h \
35 ../include/byteorder.h ../include/memutils.h \
36 ../include/rmt.h restore.h
37
1#
2# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# cmd/backup/restore/Makefile
6#
7# Copyright (c) 1983 Regents of the University of California.
8# All rights reserved. The Berkeley software License Agreement

--- 21 unchanged lines hidden (view full) ---

30POFILE= ufsrestore.po
31
32# XXX This is only needed for the check: target. It would be nice to
33# XXX automatically generate the list when needed.
34HEADERS= ../../../head/protocols/dumprestore.h \
35 ../include/byteorder.h ../include/memutils.h \
36 ../include/rmt.h restore.h
37
38CLOBBERFILES= $(PRODUCT) $(DEBUGPRODUCTS) *.ln $(POFILES)
38CLOBBERFILES += $(PRODUCT) $(DEBUGPRODUCTS)
39
40LOCAL= .
41GENERAL= ../include
42GLOBAL= ../../../head
43CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) \
44 $(CPPFLAGS.master) -D_LARGEFILE64_SOURCE=1
45LIBDUMP= ../lib/libdump.a
46LINTLIBDUMP= ../lib/llib-ldump.ln

--- 47 unchanged lines hidden ---
39
40LOCAL= .
41GENERAL= ../include
42GLOBAL= ../../../head
43CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) \
44 $(CPPFLAGS.master) -D_LARGEFILE64_SOURCE=1
45LIBDUMP= ../lib/libdump.a
46LINTLIBDUMP= ../lib/llib-ldump.ln

--- 47 unchanged lines hidden ---