Searched refs:TARGET (Results 1 - 25 of 104) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A DMakefile30 TARGET = hd-idle macro
38 all: $(TARGET)
43 rm -f $(OBJS) $(TARGET)
45 install: $(TARGET)
46 install -D $(TARGET) $(TARGETDIR)/sbin/$(TARGET)
47 install -D $(TARGET).1 $(TARGETDIR)/share/man/man1/$(TARGET).1
51 $(TARGET): $(OBJS)
52 $(LD) $(LDFLAGS) -o $(TARGET)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/support/
H A DXindex5 test -d $BDB_SRC -a -d $TARGET || {
6 echo "Xindex: \$BDB_SRC or \$TARGET not set"
28 (cat $BDB_SRC/docs_src/support/static.src $TARGET/$2/pindex.src;
30 $TARGET/api_c/pindex.src) |
45 [ -f $TARGET/api_c/pindex.src ] &&
46 build C api_c > $TARGET/api_c/c_pindex.html
48 [ -f $TARGET/api_cxx/pindex.src ] &&
49 build C++ api_cxx > $TARGET/api_cxx/cxx_pindex.html
51 [ -f $TARGET/api_tcl/pindex.src ] &&
52 build Tcl api_tcl > $TARGET/api_tc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dlinkcvs75 TARGET="$2"
80 if [ "`echo \"$TARGET\" | cut -c 1`" != "/" ] && [ "`echo \"$TARGET\" | cut -c 1`" != "~" ]; then
81 TARGET="`pwd`/$TARGET"
90 mkdir -p "${TARGET}/${1}/$file"
93 target="${TARGET}/${subfile/$SOURCE}/${1}"
103 if [ ! -e "$TARGET" ]; then
104 echo -n "$TARGET doesn't exist. Should I create it? [y/n]"
108 mkdir -p "$TARGET"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/
H A Dconfig.h10 #define TARGET "linux" macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A DMakefile.example24 TARGET = example
48 $(TARGET) : $(OBJS)
49 $(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmkcompile_h3 TARGET=$1
17 if [ -r $TARGET -a ! -O include/generated/autoconf.h ]; then
18 vecho " SKIPPED $TARGET"
93 if [ -r $TARGET ] && \
94 grep -v 'UTS_VERSION\|LINUX_COMPILE_TIME' $TARGET > .tmpver.1 && \
99 vecho " UPD $TARGET"
100 mv -f .tmpcompile $TARGET
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A DMakefile23 TARGET = ntpclient macro
26 $(TARGET): $(OBJS)
36 rm -f $(TARGET)
38 install: $(TARGET)
40 install -m 755 $(TARGET) $(TARGETDIR)/sbin
41 $(STRIP) $(TARGETDIR)/sbin/$(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/dhd/
H A DMakefile20 TARGET := dhd macro
21 obj-$(CONFIG_DHDAP) := $(TARGET).o
54 $(TARGET)-objs := $(DHD_OBJS)
59 $(TARGET)-objs := $(SRCBASE_OFFSET)/dhd/linux/$(prebuilt)
60 obj-$(CONFIG_DHDAP) := $(TARGET).o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A DMakefile15 TARGET=zeroconf macro
17 all: $(TARGET)
20 install $(TARGET) $(TARGETDIR)/usr/sbin/
21 $(STRIP) $(TARGETDIR)/usr/sbin/$(TARGET)
24 rm -f $(TARGET) $(OBJS) *.d
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/propsize/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/shaped/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splitter/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/statbar/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/toolbar/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/wizard/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dmakefile.sl13 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/erase/
H A Dmakefile.sl13 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/event/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dmakefile.sl9 all: wx $(TARGET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dmakefile.sl9 all: wx $(TARGET)

Completed in 135 milliseconds

12345