1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/tools/fakeroot/Makefile.am
2024-07-22 01:58:46 -03:00

43 lines
1.1 KiB
Makefile
Executable File

AUTOMAKE_OPTIONS=foreign
SUBDIRS=scripts doc test
noinst_LTLIBRARIES = libcommunicate.la
libcommunicate_la_SOURCES = communicate.c
lib_LTLIBRARIES=libfakeroot.la
libfakeroot_la_SOURCES=libfakeroot.c statconv/glibc/linux/alpha/stats.h wrapdef.h wrapstruct.h communicate.h
libfakeroot_la_LDFLAGS=-release 0
libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la $(LTLIBOBJS)
libfakeroot_la_LIBADD = libcommunicate.la $(LTLIBOBJS)
bin_PROGRAMS=faked
faked_SOURCES = faked.c
faked_LDADD = libcommunicate.la
simple_SOURCES=simple.c
noinst_PROGRAMS=simple
CLEANFILES= wrapdef.h wrapstruct.h wrapped.h wraptmpf.h
DISTCLEANFILES = fakerootconfig.h
EXTRA_DIST=wrapawk wrapfunc.inp \
debian/rules debian/changelog debian/control \
message.h \
DEBUG BUGS \
setenv.c
CLEAN_FILES=fakerootconfig.h
wrapped.h wrapdef.h wrapstruct.h wraptmpf.h:wrapawk wrapfunc.inp
awk -f $(srcdir)/wrapawk < $(srcdir)/wrapfunc.inp
libfakeroot.lo:libfakeroot.c wrapdef.h wrapstruct.h wraptmpf.h
fakerootconfig.h: ./config.status
CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
#Local variables:
#mode: makefile
#End: