Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/app/nettest2/Makefile

    r1b1164e8 r3be62bc  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
     2# Copyright (c) 2009 Lukas Mejdrech
    43# All rights reserved.
    54#
     
    2827#
    2928
    30 NET_BASE = ../..
    31 USPACE_PREFIX = ../../../..
    32 LIBS = $(NET_BASE)/socket/libsocket.a
    33 BINARY = nettest2
     29NAME = nettest2
    3430
     31NET_BASE = ../../
     32STRUCTURES = $(NET_BASE)structures/
     33
     34include ../../../../../Makefile.config
     35
     36## Sources
     37#
     38
     39OUTPUT = $(NAME)
    3540SOURCES = \
    36         nettest2.c \
    37         $(NET_BASE)/app/nettest.c \
    38         $(NET_BASE)/app/parse.c \
    39         $(NET_BASE)/app/print_error.c
     41        $(NAME).c \
     42        $(NET_BASE)app/nettest.c \
     43        $(NET_BASE)app/parse.c \
     44        $(NET_BASE)app/print_error.c
    4045
    41 include $(USPACE_PREFIX)/Makefile.common
     46LIBS += ../../socket/libsocket.a
     47
     48include $(NET_BASE)Makefile.module
Note: See TracChangeset for help on using the changeset viewer.