minor cleanup for making codecs
svn path=/trunk/; revision=19184
This commit is contained in:
parent
f8ffc2821e
commit
9568b76a63
@ -393,7 +393,7 @@ wiretap::
|
|||||||
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
|
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
codecs:: help config.h svnversion.h AUTHORS-SHORT doxygen
|
codecs::
|
||||||
cd codecs
|
cd codecs
|
||||||
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
|
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -7,11 +7,7 @@ include ..\config.nmake
|
|||||||
|
|
||||||
############### no need to modify below this line #########
|
############### no need to modify below this line #########
|
||||||
|
|
||||||
CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) $(GLIB_CFLAGS) \
|
CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" $(LOCAL_CFLAGS)
|
||||||
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
|
|
||||||
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
|
|
||||||
/I$(PCAP_DIR)\include /I$(NET_SNMP_DIR)\include \
|
|
||||||
/I$(NET_SNMP_DIR)\win32 /Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ $(LOCAL_CFLAGS) \
|
|
||||||
|
|
||||||
.c.obj::
|
.c.obj::
|
||||||
$(CC) $(CFLAGS) -Fd.\ -c $<
|
$(CC) $(CFLAGS) -Fd.\ -c $<
|
||||||
@ -26,10 +22,10 @@ codecs.lib : $(CODEC_OBJECTS)
|
|||||||
|
|
||||||
|
|
||||||
G711adecode.obj: G711a\G711adecode.c G711a\G711adecode.h G711a\G711atable.h
|
G711adecode.obj: G711a\G711adecode.c G711a\G711adecode.h G711a\G711atable.h
|
||||||
$(CC) $(CFLAGS) -c /Zi /W1 /Od G711a\G711adecode.c -o $@
|
$(CC) $(CFLAGS) -Fd.\ -c G711a\G711adecode.c -o $@
|
||||||
|
|
||||||
G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
|
G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
|
||||||
$(CC) $(CFLAGS) -c /Zi /W1 /Od G711u\G711udecode.c -o $@
|
$(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
|
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
|
||||||
|
@ -67,7 +67,6 @@ pa_win_wmme.obj: $(PORTAUDIO_DIR)\pa_win_wmme\pa_win_wmme.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib $(PDB_FILE) doxygen.cfg html/*.*
|
rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib $(PDB_FILE) doxygen.cfg html/*.*
|
||||||
if exist html rmdir html
|
if exist html rmdir html
|
||||||
cd ..
|
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user