X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=backend%2FMakefile;h=ff3cdcf3a90ab28c5f8fd60365f381416b31ca74;hb=50fe720154d2af59cdeeaecf05cc868530e16248;hp=a2bb1621f5d8cedc0520f214f4064b7d5de576fc;hpb=568fa3faf16f8694653600d87955473941cc03c1;p=thirdparty%2Fcups.git diff --git a/backend/Makefile b/backend/Makefile index a2bb1621f..ff3cdcf3a 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -53,7 +53,21 @@ depend: # Install all targets... # -install: all +install: all install-data install-headers install-libs install-exec + + +# +# Install data files... +# + +install-data: + + +# +# Install programs... +# + +install-exec: $(INSTALL_DIR) -m 755 $(SERVERBIN)/backend for file in $(RBACKENDS); do \ $(LIBTOOL) $(INSTALL) -m 700 $$file $(SERVERBIN)/backend; \ @@ -71,6 +85,20 @@ install: all fi +# +# Install headers... +# + +install-headers: + + +# +# Install libraries... +# + +install-libs: + + # # Uninstall all targets... #