]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/skstream/Makefile
arregle un poquito la and
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
index 983f331e960ae5c5fdd8ee05e9b348456e6dfa6d..23604cd7f1f5030361fd65c4aedf0ab23b9127f6 100644 (file)
@@ -3,11 +3,15 @@
 #
 
 # Opciones para el compilador.
-CXXFLAGS=-ansi -pedantic -Wall -g3 `skstream-config --cflags`
-LDFLAGS=`skstream-config --libs`
+CXXFLAGS=-ansi -pedantic -Wall -g `pkg-config --cflags skstream-0.3`
+LDFLAGS=`pkg-config --libs skstream-0.3`
+
+TARGETS=cliente_tcp cliente_udp broadcaster_udp
 
 # Regla por defecto.
-all: cliente servidor
-cliente: cliente.cpp
-servidor: servidor.cpp
+all: $(TARGETS)
+#cliente: cliente.cpp
+#servidor: servidor.cpp
 
+clean:
+       rm -f $(TARGETS) *.o