Commit d7251cff authored by Matthew Burket's avatar Matthew Burket
Browse files

Remove useful files

parent 56a8de21
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -138,3 +138,5 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

cmake-build-debug
 No newline at end of file

cmake-build-debug/Makefile

deleted100644 → 0
+0 −208
Original line number Diff line number Diff line
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /home/mburket/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/173.4548.31/bin/cmake/bin/cmake

# The command to remove a file.
RM = /home/mburket/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/173.4548.31/bin/cmake/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/mburket/CLionProjects/coms352_shell

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/mburket/CLionProjects/coms352_shell/cmake-build-debug

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/mburket/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/173.4548.31/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/home/mburket/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/173.4548.31/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/mburket/CLionProjects/coms352_shell/cmake-build-debug/CMakeFiles /home/mburket/CLionProjects/coms352_shell/cmake-build-debug/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/mburket/CLionProjects/coms352_shell/cmake-build-debug/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named coms352_shell

# Build rule for target.
coms352_shell: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 coms352_shell
.PHONY : coms352_shell

# fast build rule for target.
coms352_shell/fast:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/build
.PHONY : coms352_shell/fast

main.o: main.c.o

.PHONY : main.o

# target to build an object file
main.c.o:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/main.c.o
.PHONY : main.c.o

main.i: main.c.i

.PHONY : main.i

# target to preprocess a source file
main.c.i:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/main.c.i
.PHONY : main.c.i

main.s: main.c.s

.PHONY : main.s

# target to generate assembly for a file
main.c.s:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/main.c.s
.PHONY : main.c.s

tokenize.o: tokenize.c.o

.PHONY : tokenize.o

# target to build an object file
tokenize.c.o:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/tokenize.c.o
.PHONY : tokenize.c.o

tokenize.i: tokenize.c.i

.PHONY : tokenize.i

# target to preprocess a source file
tokenize.c.i:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/tokenize.c.i
.PHONY : tokenize.c.i

tokenize.s: tokenize.c.s

.PHONY : tokenize.s

# target to generate assembly for a file
tokenize.c.s:
	$(MAKE) -f CMakeFiles/coms352_shell.dir/build.make CMakeFiles/coms352_shell.dir/tokenize.c.s
.PHONY : tokenize.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... coms352_shell"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... tokenize.o"
	@echo "... tokenize.i"
	@echo "... tokenize.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

cmake-build-debug/coms352_shell

deleted100755 → 0
−21.2 KiB

File deleted.

+0 −92
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6"/>
	<Project>
		<Option title="coms352_shell"/>
		<Option makefile_is_custom="1"/>
		<Option compiler="gcc"/>
		<Option virtualFolders="CMake Files\;"/>
		<Build>
			<Target title="all">
				<Option working_dir="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug"/>
				<Option type="4"/>
				<MakeCommands>
					<Build command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 all"/>
					<CompileFile command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
					<Clean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
					<DistClean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
				</MakeCommands>
			</Target>
			<Target title="rebuild_cache">
				<Option working_dir="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug"/>
				<Option type="4"/>
				<MakeCommands>
					<Build command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 rebuild_cache"/>
					<CompileFile command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
					<Clean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
					<DistClean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
				</MakeCommands>
			</Target>
			<Target title="edit_cache">
				<Option working_dir="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug"/>
				<Option type="4"/>
				<MakeCommands>
					<Build command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 edit_cache"/>
					<CompileFile command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
					<Clean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
					<DistClean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
				</MakeCommands>
			</Target>
			<Target title="coms352_shell">
				<Option output="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/coms352_shell" prefix_auto="0" extension_auto="0"/>
				<Option working_dir="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug"/>
				<Option object_output="./"/>
				<Option type="1"/>
				<Option compiler="gcc"/>
				<Compiler>
					<Add directory="/usr/include/readline"/>
					<Add directory="/usr/lib/gcc/x86_64-redhat-linux/7/include"/>
					<Add directory="/usr/local/include"/>
					<Add directory="/usr/include"/>
				</Compiler>
				<MakeCommands>
					<Build command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 coms352_shell"/>
					<CompileFile command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
					<Clean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
					<DistClean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
				</MakeCommands>
			</Target>
			<Target title="coms352_shell/fast">
				<Option output="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/coms352_shell" prefix_auto="0" extension_auto="0"/>
				<Option working_dir="/home/mburket/CLionProjects/coms352_shell/cmake-build-debug"/>
				<Option object_output="./"/>
				<Option type="1"/>
				<Option compiler="gcc"/>
				<Compiler>
					<Add directory="/usr/include/readline"/>
					<Add directory="/usr/lib/gcc/x86_64-redhat-linux/7/include"/>
					<Add directory="/usr/local/include"/>
					<Add directory="/usr/include"/>
				</Compiler>
				<MakeCommands>
					<Build command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 coms352_shell/fast"/>
					<CompileFile command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
					<Clean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
					<DistClean command="/usr/bin/gmake -j12 -f &quot;/home/mburket/CLionProjects/coms352_shell/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
				</MakeCommands>
			</Target>
		</Build>
		<Unit filename="/home/mburket/CLionProjects/coms352_shell/main.c">
			<Option target="coms352_shell"/>
		</Unit>
		<Unit filename="/home/mburket/CLionProjects/coms352_shell/tokenize.c">
			<Option target="coms352_shell"/>
		</Unit>
		<Unit filename="/home/mburket/CLionProjects/coms352_shell/tokenize.h">
			<Option target="coms352_shell"/>
		</Unit>
		<Unit filename="/home/mburket/CLionProjects/coms352_shell/CMakeLists.txt">
			<Option virtualFolder="CMake Files\"/>
		</Unit>
	</Project>
</CodeBlocks_project_file>