minor cleanup for making codecs

svn path=/trunk/; revision=19184
This commit is contained in:
Bill Meier 2006-09-10 13:37:42 +00:00
parent f8ffc2821e
commit 9568b76a63
3 changed files with 4 additions and 9 deletions

View File

@ -393,7 +393,7 @@ wiretap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
codecs:: help config.h svnversion.h AUTHORS-SHORT doxygen
codecs::
cd codecs
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..

View File

@ -7,11 +7,7 @@ include ..\config.nmake
############### no need to modify below this line #########
CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) $(GLIB_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) \
CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
@ -26,10 +22,10 @@ codecs.lib : $(CODEC_OBJECTS)
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
$(CC) $(CFLAGS) -c /Zi /W1 /Od G711u\G711udecode.c -o $@
$(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c -o $@
clean:
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb

View File

@ -67,7 +67,6 @@ pa_win_wmme.obj: $(PORTAUDIO_DIR)\pa_win_wmme\pa_win_wmme.c
clean:
rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib $(PDB_FILE) doxygen.cfg html/*.*
if exist html rmdir html
cd ..
distclean: clean