]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/skstream/Makefile
Se corrigen typos.
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
index 385f735276e833c5d033b0dafdbd8945aff6c93e..23604cd7f1f5030361fd65c4aedf0ab23b9127f6 100644 (file)
@@ -3,9 +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.
-cliente: cliente.cc
+all: $(TARGETS)
+#cliente: cliente.cpp
+#servidor: servidor.cpp
 
+clean:
+       rm -f $(TARGETS) *.o