Skip to content
Snippets Groups Projects
Commit 3932215a authored by Brian Carrier's avatar Brian Carrier
Browse files

Added targets and execs

parent 5a2d3056
No related branches found
No related tags found
No related merge requests found
...@@ -444,18 +444,47 @@ ...@@ -444,18 +444,47 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXLegacyTarget section */ /* Begin PBXLegacyTarget section */
025D0FE90DBCE02300A9420F /* fstools */ = { 02DC8CFF0ED0A60E00BFCE0B /* libtsk */ = {
isa = PBXLegacyTarget; isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)"; buildArgumentsString = "$(ACTION)";
buildConfigurationList = 025D0FEA0DBCE04200A9420F /* Build configuration list for PBXLegacyTarget "fstools" */; buildConfigurationList = 02DC8D100ED0A61100BFCE0B /* Build configuration list for PBXLegacyTarget "libtsk" */;
buildPhases = ( buildPhases = (
); );
buildToolPath = /usr/bin/make; buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../tsk3;
dependencies = ( dependencies = (
); );
name = fstools; name = libtsk;
passBuildSettingsInEnvironment = 1;
productName = libtsk;
};
02DC8D4E0ED0A7AF00BFCE0B /* tools */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = 02DC8D570ED0A7B700BFCE0B /* Build configuration list for PBXLegacyTarget "tools" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../tools/;
dependencies = (
);
name = tools;
passBuildSettingsInEnvironment = 1; passBuildSettingsInEnvironment = 1;
productName = fstools; productName = tools;
};
02DC8D5A0ED0A7C500BFCE0B /* all */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = 02DC8D630ED0A7CC00BFCE0B /* Build configuration list for PBXLegacyTarget "all" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../;
dependencies = (
);
name = all;
passBuildSettingsInEnvironment = 1;
productName = all;
}; };
/* End PBXLegacyTarget section */ /* End PBXLegacyTarget section */
...@@ -467,65 +496,129 @@ ...@@ -467,65 +496,129 @@
mainGroup = 026FB3810D19C831000434C7; mainGroup = 026FB3810D19C831000434C7;
projectDirPath = ""; projectDirPath = "";
targets = ( targets = (
025D0FE90DBCE02300A9420F /* fstools */, 02DC8CFF0ED0A60E00BFCE0B /* libtsk */,
02DC8D4E0ED0A7AF00BFCE0B /* tools */,
02DC8D5A0ED0A7C500BFCE0B /* all */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
025D0FEB0DBCE04200A9420F /* Debug */ = { 026FB3850D19C831000434C7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
026FB3860D19C831000434C7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
02DC8D110ED0A61100BFCE0B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO; GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0; GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = fstools; PRODUCT_NAME = libtsk;
}; };
name = Debug; name = Debug;
}; };
025D0FEC0DBCE04200A9420F /* Release */ = { 02DC8D120ED0A61100BFCE0B /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
PRODUCT_NAME = fstools; PRODUCT_NAME = libtsk;
ZERO_LINK = NO; ZERO_LINK = NO;
}; };
name = Release; name = Release;
}; };
026FB3850D19C831000434C7 /* Debug */ = { 02DC8D580ED0A7B700BFCE0B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = tools;
}; };
name = Debug; name = Debug;
}; };
026FB3860D19C831000434C7 /* Release */ = { 02DC8D590ED0A7B700BFCE0B /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
PRODUCT_NAME = tools;
ZERO_LINK = NO;
};
name = Release;
};
02DC8D640ED0A7CC00BFCE0B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = all;
};
name = Debug;
};
02DC8D650ED0A7CC00BFCE0B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
PRODUCT_NAME = all;
ZERO_LINK = NO;
}; };
name = Release; name = Release;
}; };
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
025D0FEA0DBCE04200A9420F /* Build configuration list for PBXLegacyTarget "fstools" */ = { 026FB3840D19C831000434C7 /* Build configuration list for PBXProject "sleuthkit" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
025D0FEB0DBCE04200A9420F /* Debug */, 026FB3850D19C831000434C7 /* Debug */,
025D0FEC0DBCE04200A9420F /* Release */, 026FB3860D19C831000434C7 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
026FB3840D19C831000434C7 /* Build configuration list for PBXProject "sleuthkit" */ = { 02DC8D100ED0A61100BFCE0B /* Build configuration list for PBXLegacyTarget "libtsk" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
026FB3850D19C831000434C7 /* Debug */, 02DC8D110ED0A61100BFCE0B /* Debug */,
026FB3860D19C831000434C7 /* Release */, 02DC8D120ED0A61100BFCE0B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
02DC8D570ED0A7B700BFCE0B /* Build configuration list for PBXLegacyTarget "tools" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02DC8D580ED0A7B700BFCE0B /* Debug */,
02DC8D590ED0A7B700BFCE0B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
02DC8D630ED0A7CC00BFCE0B /* Build configuration list for PBXLegacyTarget "all" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02DC8D640ED0A7CC00BFCE0B /* Debug */,
02DC8D650ED0A7CC00BFCE0B /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment