From f3647b55e7958eb89dece294d99ac8389c9cb57b Mon Sep 17 00:00:00 2001 From: Eugene Tarassov Date: Thu, 24 Nov 2011 13:29:24 -0800 Subject: TCF Agent: added "tcf/" prefix to system and machine dependent header files. --- agent/Makefile.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'agent/Makefile.inc') diff --git a/agent/Makefile.inc b/agent/Makefile.inc index 9883926c..f568a1a8 100644 --- a/agent/Makefile.inc +++ b/agent/Makefile.inc @@ -7,8 +7,8 @@ ifndef MACHINE MACHINE := $(shell uname -m) endif -INCDIRS = . tcf/system/$(OPSYS) tcf/machine/$(MACHINE) -SRCDIRS = $(INCDIRS) tcf/system tcf/framework tcf/services tcf/main +INCDIRS = . system/$(OPSYS) machine/$(MACHINE) +SRCDIRS = . system/$(OPSYS)/tcf machine/$(MACHINE)/tcf tcf/framework tcf/services tcf/main BINDIR = obj/$(OPSYS)/$(MACHINE)/$(CONF) MKDIR = mkdir -p $(1) @@ -132,18 +132,18 @@ OFILES = $(addprefix $(BINDIR)/,$(addsuffix $(EXTOBJ),$(basename $(filter-out ma EXECS = $(addprefix $(BINDIR)/,agent$(EXTEXE) client$(EXTEXE) tcfreg$(EXTEXE) valueadd$(EXTEXE) tcflog$(EXTEXE)) ifeq ($(OPSYS),Cygwin) - CFILES += tcf/system/Windows/pthreads-win32.c - CFILES += tcf/system/Windows/context-win32.c + CFILES += system/Windows/tcf/pthreads-win32.c + CFILES += system/Windows/tcf/context-win32.c endif ifeq ($(OPSYS),Msys) - CFILES += tcf/system/Windows/pthreads-win32.c - CFILES += tcf/system/Windows/context-win32.c + CFILES += system/Windows/tcf/pthreads-win32.c + CFILES += system/Windows/tcf/context-win32.c endif ifeq ($(OPSYS),MinGW) - CFILES += tcf/system/Windows/pthreads-win32.c - CFILES += tcf/system/Windows/context-win32.c + CFILES += system/Windows/tcf/pthreads-win32.c + CFILES += system/Windows/tcf/context-win32.c endif ifdef SERVICES -- cgit v1.2.3