Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
all: rwall

include ../MCONFIG
include ../MRULES

#
# use BUILD machine rpcgen
#
RPCGEN=/usr/bin/rpcgen

rwall: rwall.o
	$(CC) $(LDFLAGS) $^ $(LIBS) -o $@

rwall.o: rwall.h ../version.h

install: rwall
	install -s -m$(BINMODE) rwall $(INSTALLROOT)$(BINDIR)
	install -m$(MANMODE) rwall.1 $(INSTALLROOT)$(MANDIR)/man1/

clean:
	rm -f *.o rwall rwall.h

rwall.h: ../include/rpcsvc/rwall.x
	$(RPCGEN) -h -o $@ $<