X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile.in;h=a1818d8c3e1df847a9734b1ea31278aa5bdd60d7;hp=e68f80e370c26f5ce0a7bc33b7f246724d8899e2;hb=66a74150f8723faf997fc6d4c58bd9bb23c3c2e6;hpb=dc709e716e19865f709d05b54893c06b6d0d3430 diff --git a/Makefile.in b/Makefile.in index e68f80e..a1818d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,9 +16,17 @@ LIBTWIN = @LIBTWIN@ twin_CFLAGS = @twin_CFLAGS@ twin_LDFLAGS = @twin_LIBS@ +# build target +ENABLE_PS3 = @ENABLE_PS3@ + # other programs INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ SHELL = @SHELL@ +STRIP = @STRIP@ # paths prefix = @prefix@