Displaying 9 results from an estimated 9 matches for "extra_target".
Did you mean:
extra_targets
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...-lm
+ LIBS = -lFLAC++ -lFLAC $(OGG_LIBS) -lm
endif
SRCS_CPP = main.cpp
diff --git a/src/Makefile.lite b/src/Makefile.lite
index bd2aff9..82874a0 100644
--- a/src/Makefile.lite
+++ b/src/Makefile.lite
@@ -20,17 +20,17 @@ topdir = ..
include $(topdir)/build/config.mk
ifeq ($(OS),Darwin)
-EXTRA_TARGETS =
+ EXTRA_TARGETS =
else
ifeq ($(PROC),x86_64)
-EXTRA_TARGETS =
+ EXTRA_TARGETS =
else
-EXTRA_TARGETS = plugin_xmms
+ EXTRA_TARGETS = plugin_xmms
endif
endif
-.PHONY: all flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms
share test_grabbag test_libs_common test_libFLAC...
1999 Dec 08
0
Patches to help pre16 run on NetBSD
...@
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
+s%@LIBWRAP@%$LIBWRAP%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
--- Makefile.in.orig Wed Dec 8 12:34:45 1999
+++ Makefile.in Wed Dec 8 12:35:16 1999
@@ -15,6 +15,7 @@
EXTRA_TARGETS=@GNOME_ASKPASS@
TARGETS=libssh.a ssh sshd ssh-add ssh-keygen ssh-agent scp $(EXTRA_TARGETS)
LIBS=@LIBS@
+LIBWRAP=@LIBWRAP@
AR=@AR@
RANLIB=@RANLIB@
INSTALL=@INSTALL@
@@ -48,7 +49,7 @@
sshd: sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
pty.o log-server.o login.o servconf.o...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...-lm
+ LIBS = -lFLAC++ -lFLAC $(OGG_LIBS) -lm
endif
SRCS_CPP = main.cpp
diff --git a/src/Makefile.lite b/src/Makefile.lite
index bd2aff9..82874a0 100644
--- a/src/Makefile.lite
+++ b/src/Makefile.lite
@@ -20,17 +20,17 @@ topdir = ..
include $(topdir)/build/config.mk
ifeq ($(OS),Darwin)
-EXTRA_TARGETS =
+ EXTRA_TARGETS =
else
ifeq ($(PROC),x86_64)
-EXTRA_TARGETS =
+ EXTRA_TARGETS =
else
-EXTRA_TARGETS = plugin_xmms
+ EXTRA_TARGETS = plugin_xmms
endif
endif
-.PHONY: all flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms
share test_grabbag test_libs_common test_libFLAC...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
...: RCS/Makefile,v
retrieving revision 1.1
diff -cibw -r1.1 Makefile
*** Makefile 2000/12/06 12:46:01 1.1
--- Makefile 2000/12/06 12:52:26
***************
*** 35,41 ****
TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) $(EXTRA_TARGETS)
! LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o cli.o compat.o compress.o crc32.o cygwin_util.o deattack.o dispatch.o dsa.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o tildexpan...
2006 May 02
1
Force action in package install?
I'd like to substitute the Subversion revision number for a string in a
package man page every time the package is installed or built. I can
assume it is being installed or built from a Subversion working copy.
I tried putting a target that depends on FORCE into Makefile or Makevars
in the src directory, but it is not being built. What sort of make
magic do I need, and where do I put it
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...rguments(ARG "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL"
> > + cmake_parse_arguments(ARG
> > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN"
> > "SOURCE_DIR"
> > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS" ${ARGN})
> > canonicalize_tool_name(${name} nameCanon)
> > @@ -52,6 +53,10 @@
> > endif()
> > endforeach()
> >
> > + if(ARG_ALWAYS_CLEAN)
> > + set(always_clean clean)
> > + endif()
> > +
> > list(FIND TOOLCHAIN_T...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...;EXCLUDE_FROM_ALL;NO_INSTALL"
>>> > + cmake_parse_arguments(ARG
>>> > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN"
>>> > "SOURCE_DIR"
>>> > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS" ${ARGN})
>>> > canonicalize_tool_name(${name} nameCanon)
>>> > @@ -52,6 +53,10 @@
>>> > endif()
>>> > endforeach()
>>> >
>>> > + if(ARG_ALWAYS_CLEAN)
>>> > + set(always_clean clean)
>>>...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...t;
>>>>> > + cmake_parse_arguments(ARG
>>>>> > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN"
>>>>> > "SOURCE_DIR"
>>>>> > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS" ${ARGN})
>>>>> > canonicalize_tool_name(${name} nameCanon)
>>>>> > @@ -52,6 +53,10 @@
>>>>> > endif()
>>>>> > endforeach()
>>>>> >
>>>>> > + if(ARG_ALWAYS_CLEAN)
>>&g...
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...dir path
+# Subdirectories we need to descend into
+subdirs := $(addprefix $(obj)/,$(sort $(subdirs)))
-subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn))
# build a list of files to remove, usually releative to the current
# directory
@@ -43,7 +38,8 @@ # directory
__clean-files := $(extra-y) $(EXTRA_TARGETS) $(always) \
$(targets) $(clean-files) \
$(host-progs) \
- $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
+ $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \
+ klib.list
# as clean-files is given relative to the current directory, this adds...